Home
last modified time | relevance | path

Searched defs:ibcq (Results 1 – 27 of 27) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_cq.c129 int ipath_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) in ipath_poll_cq()
319 int ipath_destroy_cq(struct ib_cq *ibcq) in ipath_destroy_cq()
347 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in ipath_req_notify_cq()
376 int ipath_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata) in ipath_resize_cq()
Dipath_verbs.h215 struct ib_cq ibcq; member
676 static inline struct ipath_cq *to_icq(struct ib_cq *ibcq) in to_icq()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_cq.c136 int qib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) in qib_poll_cq()
335 int qib_destroy_cq(struct ib_cq *ibcq) in qib_destroy_cq()
363 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in qib_req_notify_cq()
392 int qib_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata) in qib_resize_cq()
Dqib_verbs.h270 struct ib_cq ibcq; member
831 static inline struct qib_cq *to_icq(struct ib_cq *ibcq) in to_icq()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dcq.c152 int hfi1_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) in hfi1_poll_cq()
348 int hfi1_destroy_cq(struct ib_cq *ibcq) in hfi1_destroy_cq()
376 int hfi1_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in hfi1_req_notify_cq()
405 int hfi1_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata) in hfi1_resize_cq()
Dverbs.h282 struct ib_cq ibcq; member
815 static inline struct hfi1_cq *to_icq(struct ib_cq *ibcq) in to_icq()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dcq.c44 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq; in mlx4_ib_cq_comp() local
51 struct ib_cq *ibcq; in mlx4_ib_cq_event() local
372 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx4_ib_resize_cq()
891 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx4_ib_poll_cq()
923 int mlx4_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mlx4_ib_arm_cq()
Dmlx4_ib.h117 struct ib_cq ibcq; member
630 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dcq.c42 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq; in mlx5_ib_cq_comp() local
51 struct ib_cq *ibcq = &cq->ibcq; in mlx5_ib_cq_event() local
554 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx5_ib_poll_cq()
581 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mlx5_ib_arm_cq()
1080 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx5_ib_resize_cq()
1193 int mlx5_ib_get_cqe_size(struct mlx5_ib_dev *dev, struct ib_cq *ibcq) in mlx5_ib_get_cqe_size()
Dmlx5_ib.h272 struct ib_cq ibcq; member
451 static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_cq.c201 int c2_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) in c2_poll_cq()
222 int c2_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in c2_arm_cq()
Dc2_provider.h92 struct ib_cq ibcq; member
153 static inline struct c2_cq *to_c2cq(struct ib_cq *ibcq) in to_c2cq()
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_cq.c195 int iwch_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in iwch_poll_cq()
Diwch_provider.h104 struct ib_cq ibcq; member
114 static inline struct iwch_cq *to_iwch_cq(struct ib_cq *ibcq) in to_iwch_cq()
Diwch_provider.c322 static int iwch_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in iwch_arm_cq()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcq.c826 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in c4iw_poll_cq()
1004 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in c4iw_arm_cq()
Diw_cxgb4.h413 struct ib_cq ibcq; member
422 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) in to_c4iw_cq()
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_cq.c662 int mthca_poll_cq(struct ib_cq *ibcq, int num_entries, in mthca_poll_cq()
744 int mthca_arbel_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mthca_arbel_arm_cq()
Dmthca_provider.h202 struct ib_cq ibcq; member
324 static inline struct mthca_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
Dmthca_provider.c775 static int mthca_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mthca_resize_cq()
/linux-4.4.14/drivers/staging/rdma/ehca/
Dehca_main.c554 struct ib_cq *ibcq; in ehca_create_aqp1() local
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c1124 int ocrdma_resize_cq(struct ib_cq *ibcq, int new_cnt, in ocrdma_resize_cq()
1164 int ocrdma_destroy_cq(struct ib_cq *ibcq) in ocrdma_destroy_cq()
2951 int ocrdma_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in ocrdma_poll_cq()
2987 int ocrdma_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags cq_flags) in ocrdma_arm_cq()
Docrdma.h317 struct ib_cq ibcq; member
474 static inline struct ocrdma_cq *get_ocrdma_cq(struct ib_cq *ibcq) in get_ocrdma_cq()
/linux-4.4.14/drivers/infiniband/hw/usnic/
Dusnic_ib_verbs.c769 int usnic_ib_poll_cq(struct ib_cq *ibcq, int num_entries, in usnic_ib_poll_cq()
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_verbs.h116 struct ib_cq ibcq; member
Dnes_verbs.c3608 static int nes_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) in nes_poll_cq()
3783 static int nes_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in nes_req_notify_cq()
Dnes.h505 static inline struct nes_cq *to_nescq(struct ib_cq *ibcq) in to_nescq()