/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.h | 36 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 *);
|
D | ocrdma.h | 297 struct ib_cq ibcq; 454 static inline struct ocrdma_cq *get_ocrdma_cq(struct ib_cq *ibcq) in get_ocrdma_cq()
|
D | ocrdma_verbs.c | 1002 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/ |
D | ehca_uverbs.c | 168 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()
|
D | ehca_cq.c | 65 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()
|
D | ehca_iverbs.h | 129 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);
|
D | ehca_reqs.c | 625 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()
|
D | ehca_classes.h | 97 struct ib_cq *ibcq_aqp1; 238 struct ib_cq ib_cq; member
|
D | ehca_irq.c | 79 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()
|
D | ehca_main.c | 534 struct ib_cq *ibcq; in ehca_create_aqp1()
|
D | ehca_qp.c | 634 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/ |
D | usnic_ib_verbs.h | 47 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,
|
D | usnic_ib_verbs.c | 573 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/ |
D | mlx5_ib.h | 268 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 …]
|
D | cq.c | 41 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()
|
D | qp.c | 1825 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()
|
D | mr.c | 729 void mlx5_umr_cq_handler(struct ib_cq *cq, void *cq_context) in mlx5_umr_cq_handler()
|
D | main.c | 971 struct ib_cq *cq; in create_umr_res()
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 418 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/ |
D | ipath_cq.c | 129 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()
|
D | ipath_verbs.h | 215 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/ |
D | mlx4_ib.h | 89 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);
|
D | cq.c | 44 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()
|
D | qp.c | 2374 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()
|
D | mad.c | 1106 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/ |
D | qib_cq.c | 136 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()
|
D | qib_verbs.h | 270 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/ |
D | c2_provider.h | 92 struct ib_cq ibcq; 153 static inline struct c2_cq *to_c2cq(struct ib_cq *ibcq) in to_c2cq()
|
D | c2_provider.c | 289 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()
|
D | c2.h | 517 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);
|
D | c2_cq.c | 201 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/ |
D | ib.h | 104 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);
|
D | iw.h | 112 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);
|
D | iw_cm.c | 176 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
|
D | iw_recv.c | 768 void rds_iw_recv_cq_comp_handler(struct ib_cq *cq, void *context) in rds_iw_recv_cq_comp_handler()
|
D | ib_recv.c | 937 void rds_ib_recv_cq_comp_handler(struct ib_cq *cq, void *context) in rds_ib_recv_cq_comp_handler()
|
D | iw_send.c | 196 void rds_iw_send_cq_comp_handler(struct ib_cq *cq, void *context) in rds_iw_send_cq_comp_handler()
|
D | ib_send.c | 274 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/ |
D | cq.c | 828 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()
|
D | iw_cxgb4.h | 425 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/ |
D | ib_srp.h | 145 struct ib_cq *send_cq; 146 struct ib_cq *recv_cq;
|
D | ib_srp.c | 134 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/ |
D | iwch_provider.h | 102 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);
|
D | iwch_provider.c | 125 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()
|
D | iwch_cq.c | 195 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/ |
D | mthca_provider.h | 202 struct ib_cq ibcq; 324 static inline struct mthca_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
|
D | mthca_dev.h | 494 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);
|
D | mthca_cq.c | 662 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()
|
D | mthca_provider.c | 644 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()
|
D | mthca_qp.c | 1546 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/ |
D | svc_rdma.h | 149 struct ib_cq *sc_rq_cq; 150 struct ib_cq *sc_sq_cq;
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib.h | 346 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);
|
D | ipoib_ib.c | 481 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/ |
D | verbs.c | 347 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()
|
D | mad_priv.h | 201 struct ib_cq *cq;
|
D | uverbs.h | 190 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context);
|
D | uverbs_cmd.c | 219 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()
|
D | uverbs_main.c | 267 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()
|
D | mad.c | 2627 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/ |
D | nes_verbs.h | 112 struct ib_cq ibcq;
|
D | nes_verbs.c | 1530 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()
|
D | nes.h | 505 static inline struct nes_cq *to_nescq(struct ib_cq *ibcq) in to_nescq()
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | verbs.c | 222 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()
|
D | svc_rdma_transport.c | 248 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/ |
D | ib_srpt.h | 307 struct ib_cq *cq;
|
D | ib_srpt.c | 1877 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/ |
D | ib_isert.h | 201 struct ib_cq *cq;
|
D | ib_isert.c | 278 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/ |
D | trans_rdma.c | 96 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/ |
D | iser_verbs.c | 50 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()
|
D | iscsi_iser.h | 322 struct ib_cq *cq;
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.h | 599 struct ib_cq *ibc_cq; /* completion queue */ 1020 void kiblnd_cq_completion(struct ib_cq *cq, void *arg);
|
D | o2iblnd.c | 651 struct ib_cq *cq; in kiblnd_create_conn()
|
D | o2iblnd_cb.c | 3269 kiblnd_cq_completion(struct ib_cq *cq, void *arg) in kiblnd_cq_completion()
|