Home
last modified time | relevance | path

Searched refs:ib_cq (Results 1 – 74 of 74) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.h36 int ocrdma_poll_cq(struct ib_cq *, int num_entries, struct ib_wc *wc);
37 int ocrdma_arm_cq(struct ib_cq *, enum ib_cq_notify_flags flags);
59 struct ib_cq *ocrdma_create_cq(struct ib_device *, int entries, int vector,
61 int ocrdma_resize_cq(struct ib_cq *, int cqe, struct ib_udata *);
62 int ocrdma_destroy_cq(struct ib_cq *);
Docrdma.h297 struct ib_cq ibcq;
454 static inline struct ocrdma_cq *get_ocrdma_cq(struct ib_cq *ibcq) in get_ocrdma_cq()
Docrdma_verbs.c1002 struct ib_cq *ocrdma_create_cq(struct ib_device *ibdev, int entries, int vector, in ocrdma_create_cq()
1053 int ocrdma_resize_cq(struct ib_cq *ibcq, int new_cnt, in ocrdma_resize_cq()
1093 int ocrdma_destroy_cq(struct ib_cq *ibcq) in ocrdma_destroy_cq()
2908 int ocrdma_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in ocrdma_poll_cq()
2944 int ocrdma_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags cq_flags) in ocrdma_arm_cq()
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_uverbs.c168 ehca_dbg(cq->ib_cq.device, "cq_num=%x fw", cq->cq_number); in ehca_mmap_cq()
171 ehca_err(cq->ib_cq.device, in ehca_mmap_cq()
179 ehca_dbg(cq->ib_cq.device, "cq_num=%x queue", cq->cq_number); in ehca_mmap_cq()
182 ehca_err(cq->ib_cq.device, in ehca_mmap_cq()
190 ehca_err(cq->ib_cq.device, "bad resource type=%x cq_num=%x", in ehca_mmap_cq()
269 if (!cq->ib_cq.uobject || cq->ib_cq.uobject->context != context) in ehca_mmap()
274 ehca_err(cq->ib_cq.device, in ehca_mmap()
Dehca_cq.c65 ehca_dbg(cq->ib_cq.device, "cq_num=%x real_qp_num=%x", in ehca_cq_assign_qp()
84 ehca_dbg(cq->ib_cq.device, in ehca_cq_unassign_qp()
93 ehca_err(cq->ib_cq.device, in ehca_cq_unassign_qp()
116 struct ib_cq *ehca_create_cq(struct ib_device *device, int cqe, int comp_vector, in ehca_create_cq()
121 struct ib_cq *cq; in ehca_create_cq()
161 cq = &my_cq->ib_cq; in ehca_create_cq()
261 my_cq->ib_cq.cqe = my_cq->nr_of_entries = in ehca_create_cq()
314 int ehca_destroy_cq(struct ib_cq *cq) in ehca_destroy_cq()
317 struct ehca_cq *my_cq = container_of(cq, struct ehca_cq, ib_cq); in ehca_destroy_cq()
369 int ehca_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata) in ehca_resize_cq()
Dehca_iverbs.h129 struct ib_cq *ehca_create_cq(struct ib_device *device, int cqe, int comp_vector,
133 int ehca_destroy_cq(struct ib_cq *cq);
135 int ehca_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata);
137 int ehca_poll_cq(struct ib_cq *cq, int num_entries, struct ib_wc *wc);
139 int ehca_peek_cq(struct ib_cq *cq, int wc_cnt);
141 int ehca_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags notify_flags);
Dehca_reqs.c625 static inline int ehca_poll_cq_one(struct ib_cq *cq, struct ib_wc *wc) in ehca_poll_cq_one()
628 struct ehca_cq *my_cq = container_of(cq, struct ehca_cq, ib_cq); in ehca_poll_cq_one()
798 static int generate_flush_cqes(struct ehca_qp *my_qp, struct ib_cq *cq, in generate_flush_cqes()
872 int ehca_poll_cq(struct ib_cq *cq, int num_entries, struct ib_wc *wc) in ehca_poll_cq()
874 struct ehca_cq *my_cq = container_of(cq, struct ehca_cq, ib_cq); in ehca_poll_cq()
929 int ehca_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags notify_flags) in ehca_req_notify_cq()
931 struct ehca_cq *my_cq = container_of(cq, struct ehca_cq, ib_cq); in ehca_req_notify_cq()
Dehca_classes.h97 struct ib_cq *ibcq_aqp1;
238 struct ib_cq ib_cq; member
Dehca_irq.c79 if (!cq->ib_cq.comp_handler) in comp_event_callback()
83 cq->ib_cq.comp_handler(&cq->ib_cq, cq->ib_cq.cq_context); in comp_event_callback()
Dehca_main.c534 struct ib_cq *ibcq; in ehca_create_aqp1()
Dehca_qp.c634 container_of(init_attr->recv_cq, struct ehca_cq, ib_cq); in internal_create_qp()
637 container_of(init_attr->send_cq, struct ehca_cq, ib_cq); in internal_create_qp()
/linux-4.1.27/drivers/infiniband/hw/usnic/
Dusnic_ib_verbs.h47 struct ib_cq *usnic_ib_create_cq(struct ib_device *ibdev, int entries,
50 int usnic_ib_destroy_cq(struct ib_cq *cq);
67 int usnic_ib_poll_cq(struct ib_cq *ibcq, int num_entries,
69 int usnic_ib_req_notify_cq(struct ib_cq *cq,
Dusnic_ib_verbs.c573 struct ib_cq *usnic_ib_create_cq(struct ib_device *ibdev, int entries, in usnic_ib_create_cq()
577 struct ib_cq *cq; in usnic_ib_create_cq()
587 int usnic_ib_destroy_cq(struct ib_cq *cq) in usnic_ib_destroy_cq()
746 int usnic_ib_poll_cq(struct ib_cq *ibcq, int num_entries, in usnic_ib_poll_cq()
753 int usnic_ib_req_notify_cq(struct ib_cq *cq, in usnic_ib_req_notify_cq()
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h268 struct ib_cq ibcq;
350 struct ib_cq *cq;
413 struct ib_cq *c0;
466 static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
559 struct ib_cq *mlx5_ib_create_cq(struct ib_device *ibdev, int entries,
562 int mlx5_ib_destroy_cq(struct ib_cq *cq);
563 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
564 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
565 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
566 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata);
[all …]
Dcq.c41 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq; in mlx5_ib_cq_comp()
50 struct ib_cq *ibcq = &cq->ibcq; in mlx5_ib_cq_event()
546 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx5_ib_poll_cq()
573 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mlx5_ib_arm_cq()
739 struct ib_cq *mlx5_ib_create_cq(struct ib_device *ibdev, int entries, in mlx5_ib_create_cq()
830 int mlx5_ib_destroy_cq(struct ib_cq *cq) in mlx5_ib_destroy_cq()
916 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in mlx5_ib_modify_cq()
1067 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx5_ib_resize_cq()
1180 int mlx5_ib_get_cqe_size(struct mlx5_ib_dev *dev, struct ib_cq *ibcq) in mlx5_ib_get_cqe_size()
Dqp.c1825 static int mlx5_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx5_wq_overflow() argument
1834 cq = to_mcq(ib_cq); in mlx5_wq_overflow()
Dmr.c729 void mlx5_umr_cq_handler(struct ib_cq *cq, void *cq_context) in mlx5_umr_cq_handler()
Dmain.c971 struct ib_cq *cq; in create_umr_res()
/linux-4.1.27/include/rdma/
Dib_verbs.h418 struct ib_cq *cq;
749 struct ib_cq *cq;
821 struct ib_cq *send_cq;
822 struct ib_cq *recv_cq;
1216 typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
1218 struct ib_cq { struct
1240 struct ib_cq *cq; argument
1249 struct ib_cq *send_cq;
1250 struct ib_cq *recv_cq;
1564 struct ib_cq * (*create_cq)(struct ib_device *device, int cqe,
[all …]
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_cq.c129 int ipath_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) in ipath_poll_cq()
200 struct ib_cq *ipath_create_cq(struct ib_device *ibdev, int entries, int comp_vector, in ipath_create_cq()
207 struct ib_cq *ret; in ipath_create_cq()
314 int ipath_destroy_cq(struct ib_cq *ibcq) in ipath_destroy_cq()
342 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in ipath_req_notify_cq()
371 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;
670 static inline struct ipath_cq *to_icq(struct ib_cq *ibcq) in to_icq()
808 int ipath_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry);
810 struct ib_cq *ipath_create_cq(struct ib_device *ibdev, int entries, int comp_vector,
814 int ipath_destroy_cq(struct ib_cq *ibcq);
816 int ipath_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
818 int ipath_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata);
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmlx4_ib.h89 struct ib_cq *cq;
104 struct ib_cq ibcq;
415 struct ib_cq *cq;
578 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
669 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period);
670 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata);
671 struct ib_cq *mlx4_ib_create_cq(struct ib_device *ibdev, int entries, int vector,
674 int mlx4_ib_destroy_cq(struct ib_cq *cq);
675 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
676 int mlx4_ib_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags);
Dcq.c44 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq; in mlx4_ib_cq_comp()
51 struct ib_cq *ibcq; in mlx4_ib_cq_event()
92 int mlx4_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in mlx4_ib_modify_cq()
169 struct ib_cq *mlx4_ib_create_cq(struct ib_device *ibdev, int entries, int vector, in mlx4_ib_create_cq()
363 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx4_ib_resize_cq()
464 int mlx4_ib_destroy_cq(struct ib_cq *cq) in mlx4_ib_destroy_cq()
882 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx4_ib_poll_cq()
914 int mlx4_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mlx4_ib_arm_cq()
Dqp.c2374 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx4_wq_overflow() argument
2383 cq = to_mcq(ib_cq); in mlx4_wq_overflow()
Dmad.c1106 static void mlx4_ib_tunnel_comp_handler(struct ib_cq *cq, void *arg) in mlx4_ib_tunnel_comp_handler()
/linux-4.1.27/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()
215 struct ib_cq *qib_create_cq(struct ib_device *ibdev, int entries, in qib_create_cq()
222 struct ib_cq *ret; in qib_create_cq()
330 int qib_destroy_cq(struct ib_cq *ibcq) in qib_destroy_cq()
358 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in qib_req_notify_cq()
387 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;
823 static inline struct qib_cq *to_icq(struct ib_cq *ibcq) in to_icq()
1010 int qib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry);
1012 struct ib_cq *qib_create_cq(struct ib_device *ibdev, int entries,
1016 int qib_destroy_cq(struct ib_cq *ibcq);
1018 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags);
1020 int qib_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata);
/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_provider.h92 struct ib_cq ibcq;
153 static inline struct c2_cq *to_c2cq(struct ib_cq *ibcq) in to_c2cq()
Dc2_provider.c289 static struct ib_cq *c2_create_cq(struct ib_device *ibdev, int entries, int vector, in c2_create_cq()
312 static int c2_destroy_cq(struct ib_cq *ib_cq) in c2_destroy_cq() argument
314 struct c2_cq *cq = to_c2cq(ib_cq); in c2_destroy_cq()
318 c2_free_cq(to_c2dev(ib_cq->device), cq); in c2_destroy_cq()
Dc2.h517 extern int c2_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry);
518 extern int c2_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
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()
/linux-4.1.27/net/rds/
Dib.h104 struct ib_cq *i_send_cq;
105 struct ib_cq *i_recv_cq;
320 void rds_ib_recv_cq_comp_handler(struct ib_cq *cq, void *context);
346 void rds_ib_send_cq_comp_handler(struct ib_cq *cq, void *context);
Diw.h112 struct ib_cq *i_send_cq;
113 struct ib_cq *i_recv_cq;
329 void rds_iw_recv_cq_comp_handler(struct ib_cq *cq, void *context);
354 void rds_iw_send_cq_comp_handler(struct ib_cq *cq, void *context);
Diw_cm.c176 void (*send_cq_handler)(struct ib_cq *, void *), in rds_iw_init_qp_attrs() argument
178 void (*recv_cq_handler)(struct ib_cq *, void *), in rds_iw_init_qp_attrs() argument
Diw_recv.c768 void rds_iw_recv_cq_comp_handler(struct ib_cq *cq, void *context) in rds_iw_recv_cq_comp_handler()
Dib_recv.c937 void rds_ib_recv_cq_comp_handler(struct ib_cq *cq, void *context) in rds_ib_recv_cq_comp_handler()
Diw_send.c196 void rds_iw_send_cq_comp_handler(struct ib_cq *cq, void *context) in rds_iw_send_cq_comp_handler()
Dib_send.c274 void rds_ib_send_cq_comp_handler(struct ib_cq *cq, void *context) in rds_ib_send_cq_comp_handler()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcq.c828 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in c4iw_poll_cq()
849 int c4iw_destroy_cq(struct ib_cq *ib_cq) in c4iw_destroy_cq() argument
854 PDBG("%s ib_cq %p\n", __func__, ib_cq); in c4iw_destroy_cq()
855 chp = to_c4iw_cq(ib_cq); in c4iw_destroy_cq()
861 ucontext = ib_cq->uobject ? to_c4iw_ucontext(ib_cq->uobject->context) in c4iw_destroy_cq()
869 struct ib_cq *c4iw_create_cq(struct ib_device *ibdev, int entries, in c4iw_create_cq()
996 int c4iw_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata) in c4iw_resize_cq()
1001 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in c4iw_arm_cq()
Diw_cxgb4.h425 struct ib_cq ibcq;
434 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) in to_c4iw_cq()
957 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
994 int c4iw_destroy_cq(struct ib_cq *ib_cq);
995 struct ib_cq *c4iw_create_cq(struct ib_device *ibdev, int entries,
999 int c4iw_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata);
1000 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
/linux-4.1.27/drivers/infiniband/ulp/srp/
Dib_srp.h145 struct ib_cq *send_cq;
146 struct ib_cq *recv_cq;
Dib_srp.c134 static void srp_recv_completion(struct ib_cq *cq, void *ch_ptr);
135 static void srp_send_completion(struct ib_cq *cq, void *ch_ptr);
496 struct ib_cq *recv_cq, *send_cq; in srp_create_ch_ib()
1947 static void srp_recv_completion(struct ib_cq *cq, void *ch_ptr) in srp_recv_completion()
1962 static void srp_send_completion(struct ib_cq *cq, void *ch_ptr) in srp_send_completion()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_provider.h102 struct ib_cq ibcq;
112 static inline struct iwch_cq *to_iwch_cq(struct ib_cq *ibcq) in to_iwch_cq()
334 int iwch_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
Diwch_provider.c125 static int iwch_destroy_cq(struct ib_cq *ib_cq) in iwch_destroy_cq() argument
129 PDBG("%s ib_cq %p\n", __func__, ib_cq); in iwch_destroy_cq()
130 chp = to_iwch_cq(ib_cq); in iwch_destroy_cq()
141 static struct ib_cq *iwch_create_cq(struct ib_device *ibdev, int entries, int vector, in iwch_create_cq()
245 static int iwch_resize_cq(struct ib_cq *cq, int cqe, struct ib_udata *udata) in iwch_resize_cq()
313 static int iwch_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in iwch_arm_cq()
Diwch_cq.c195 int iwch_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in iwch_poll_cq()
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_provider.h202 struct ib_cq ibcq;
324 static inline struct mthca_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
Dmthca_dev.h494 int mthca_poll_cq(struct ib_cq *ibcq, int num_entries,
496 int mthca_tavor_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags);
497 int mthca_arbel_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags);
Dmthca_cq.c662 int mthca_poll_cq(struct ib_cq *ibcq, int num_entries, in mthca_poll_cq()
731 int mthca_tavor_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags) in mthca_tavor_arm_cq()
744 int mthca_arbel_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mthca_arbel_arm_cq()
Dmthca_provider.c644 static struct ib_cq *mthca_create_cq(struct ib_device *ibdev, int entries, in mthca_create_cq()
767 static int mthca_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mthca_resize_cq()
843 static int mthca_destroy_cq(struct ib_cq *cq) in mthca_destroy_cq()
Dmthca_qp.c1546 struct ib_cq *ib_cq) in mthca_wq_overflow() argument
1555 cq = to_mcq(ib_cq); in mthca_wq_overflow()
/linux-4.1.27/include/linux/sunrpc/
Dsvc_rdma.h149 struct ib_cq *sc_rq_cq;
150 struct ib_cq *sc_sq_cq;
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib.h346 struct ib_cq *recv_cq;
347 struct ib_cq *send_cq;
458 void ipoib_ib_completion(struct ib_cq *cq, void *dev_ptr);
459 void ipoib_send_comp_handler(struct ib_cq *cq, void *dev_ptr);
Dipoib_ib.c481 void ipoib_ib_completion(struct ib_cq *cq, void *dev_ptr) in ipoib_ib_completion()
503 void ipoib_send_comp_handler(struct ib_cq *cq, void *dev_ptr) in ipoib_send_comp_handler()
/linux-4.1.27/drivers/infiniband/core/
Dverbs.c347 struct ib_cq *uninitialized_var(cq); in ib_destroy_srq()
979 struct ib_cq *scq, *rcq; in ib_destroy_qp()
1012 struct ib_cq *ib_create_cq(struct ib_device *device, in ib_create_cq()
1017 struct ib_cq *cq; in ib_create_cq()
1034 int ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in ib_modify_cq()
1041 int ib_destroy_cq(struct ib_cq *cq) in ib_destroy_cq()
1050 int ib_resize_cq(struct ib_cq *cq, int cqe) in ib_resize_cq()
Dmad_priv.h201 struct ib_cq *cq;
Duverbs.h190 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context);
Duverbs_cmd.c219 static struct ib_cq *idr_read_cq(int cq_handle, struct ib_ucontext *context, int nested) in idr_read_cq()
224 static void put_cq_read(struct ib_cq *cq) in put_cq_read()
1342 struct ib_cq *cq; in ib_uverbs_create_cq()
1441 struct ib_cq *cq; in ib_uverbs_resize_cq()
1505 struct ib_cq *cq; in ib_uverbs_poll_cq()
1553 struct ib_cq *cq; in ib_uverbs_req_notify_cq()
1577 struct ib_cq *cq; in ib_uverbs_destroy_cq()
1634 struct ib_cq *scq = NULL, *rcq = NULL; in ib_uverbs_create_qp()
Duverbs_main.c267 struct ib_cq *cq = uobj->object; in ib_uverbs_cleanup_ucontext()
438 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context) in ib_uverbs_comp_handler()
Dmad.c2627 static void ib_mad_thread_completion_handler(struct ib_cq *cq, void *arg) in ib_mad_thread_completion_handler()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_verbs.h112 struct ib_cq ibcq;
Dnes_verbs.c1530 static struct ib_cq *nes_create_cq(struct ib_device *ibdev, int entries, in nes_create_cq()
1786 static int nes_destroy_cq(struct ib_cq *ib_cq) in nes_destroy_cq() argument
1798 if (ib_cq == NULL) in nes_destroy_cq()
1801 nescq = to_nescq(ib_cq); in nes_destroy_cq()
1802 nesvnic = to_nesvnic(ib_cq->device); in nes_destroy_cq()
3632 static int nes_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) in nes_poll_cq()
3807 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()
/linux-4.1.27/net/sunrpc/xprtrdma/
Dverbs.c222 rpcrdma_sendcq_poll(struct ib_cq *cq, struct rpcrdma_ep *ep) in rpcrdma_sendcq_poll()
251 rpcrdma_sendcq_upcall(struct ib_cq *cq, void *cq_context) in rpcrdma_sendcq_upcall()
311 rpcrdma_recvcq_poll(struct ib_cq *cq, struct rpcrdma_ep *ep) in rpcrdma_recvcq_poll()
350 rpcrdma_recvcq_upcall(struct ib_cq *cq, void *cq_context) in rpcrdma_recvcq_upcall()
557 rpcrdma_clean_cq(struct ib_cq *cq) in rpcrdma_clean_cq()
726 struct ib_cq *sendcq, *recvcq; in rpcrdma_ep_create()
Dsvc_rdma_transport.c248 static void rq_comp_handler(struct ib_cq *cq, void *cq_context) in rq_comp_handler()
389 struct ib_cq *cq = xprt->sc_sq_cq; in sq_cq_reap()
429 static void sq_comp_handler(struct ib_cq *cq, void *cq_context) in sq_comp_handler()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.h307 struct ib_cq *cq;
Dib_srpt.c1877 static void srpt_process_rcv_completion(struct ib_cq *cq, in srpt_process_rcv_completion()
1915 static void srpt_process_send_completion(struct ib_cq *cq, in srpt_process_send_completion()
1960 static void srpt_process_completion(struct ib_cq *cq, struct srpt_rdma_ch *ch) in srpt_process_completion()
1989 static void srpt_completion(struct ib_cq *cq, void *ctx) in srpt_completion()
/linux-4.1.27/drivers/infiniband/ulp/isert/
Dib_isert.h201 struct ib_cq *cq;
Dib_isert.c278 static void isert_cq_callback(struct ib_cq *, void *);
2145 isert_cq_callback(struct ib_cq *cq, void *context) in isert_cq_callback()
/linux-4.1.27/net/9p/
Dtrans_rdma.c96 struct ib_cq *cq;
344 static void cq_comp_handler(struct ib_cq *cq, void *cq_context) in cq_comp_handler()
/linux-4.1.27/drivers/infiniband/ulp/iser/
Diser_verbs.c50 static void iser_cq_callback(struct ib_cq *cq, void *cq_context);
1199 struct ib_cq *cq = comp->cq; in iser_cq_tasklet_fn()
1221 static void iser_cq_callback(struct ib_cq *cq, void *cq_context) in iser_cq_callback()
Discsi_iser.h322 struct ib_cq *cq;
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h599 struct ib_cq *ibc_cq; /* completion queue */
1020 void kiblnd_cq_completion(struct ib_cq *cq, void *arg);
Do2iblnd.c651 struct ib_cq *cq; in kiblnd_create_conn()
Do2iblnd_cb.c3269 kiblnd_cq_completion(struct ib_cq *cq, void *arg) in kiblnd_cq_completion()