Merge tag 'docs-for-linus' of git://git.lwn.net/linux
[firefly-linux-kernel-4.4.55.git] / drivers / staging / rdma / hfi1 / verbs.h
index ed903a93baf70f01cccf62f7225b0976007ea9d5..e4a8a0d4ccf8b64a3ccf0d3f083276d6320dd43b 100644 (file)
@@ -754,6 +754,7 @@ struct hfi1_ibdev {
        u64 n_piowait;
        u64 n_txwait;
        u64 n_kmem_wait;
+       u64 n_send_schedule;
 
        u32 n_pds_allocated;    /* number of PDs allocated for device */
        spinlock_t n_pds_lock;
@@ -1078,8 +1079,6 @@ int hfi1_ruc_check_hdr(struct hfi1_ibport *ibp, struct hfi1_ib_header *hdr,
 u32 hfi1_make_grh(struct hfi1_ibport *ibp, struct ib_grh *hdr,
                  struct ib_global_route *grh, u32 hwords, u32 nwords);
 
-void clear_ahg(struct hfi1_qp *qp);
-
 void hfi1_make_ruc_header(struct hfi1_qp *qp, struct hfi1_other_headers *ohdr,
                          u32 bth0, u32 bth2, int middle);