/linux-3.3/drivers/infiniband/hw/qib/ |
D | qib_cq.c | 128 int qib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) in qib_poll_cq() 321 int qib_destroy_cq(struct ib_cq *ibcq) in qib_destroy_cq() 349 int qib_req_notify_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags notify_flags) in qib_req_notify_cq() 378 int qib_resize_cq(struct ib_cq *ibcq, int cqe, struct ib_udata *udata) in qib_resize_cq()
|
D | qib_verbs.h | 268 struct ib_cq ibcq; member 780 static inline struct qib_cq *to_icq(struct ib_cq *ibcq) in to_icq()
|
/linux-3.3/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() 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; member 670 static inline struct ipath_cq *to_icq(struct ib_cq *ibcq) in to_icq()
|
/linux-3.3/drivers/infiniband/hw/mlx4/ |
D | cq.c | 43 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq; in mlx4_ib_cq_comp() local 50 struct ib_cq *ibcq; in mlx4_ib_cq_event() local 345 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx4_ib_resize_cq() 734 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx4_ib_poll_cq() 761 int mlx4_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mlx4_ib_arm_cq()
|
D | mlx4_ib.h | 77 struct ib_cq ibcq; member 227 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
|
/linux-3.3/drivers/infiniband/hw/amso1100/ |
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()
|
D | c2_provider.h | 92 struct ib_cq ibcq; member 153 static inline struct c2_cq *to_c2cq(struct ib_cq *ibcq) in to_c2cq()
|
/linux-3.3/drivers/infiniband/hw/cxgb3/ |
D | iwch_cq.c | 195 int iwch_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in iwch_poll_cq()
|
D | iwch_provider.h | 102 struct ib_cq ibcq; member 112 static inline struct iwch_cq *to_iwch_cq(struct ib_cq *ibcq) in to_iwch_cq()
|
D | iwch_provider.c | 312 static int iwch_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in iwch_arm_cq()
|
/linux-3.3/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 709 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in c4iw_poll_cq() 884 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in c4iw_arm_cq()
|
D | iw_cxgb4.h | 308 struct ib_cq ibcq; member 317 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) in to_c4iw_cq()
|
/linux-3.3/drivers/infiniband/hw/mthca/ |
D | mthca_cq.c | 661 int mthca_poll_cq(struct ib_cq *ibcq, int num_entries, in mthca_poll_cq() 743 int mthca_arbel_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mthca_arbel_arm_cq()
|
D | mthca_provider.h | 202 struct ib_cq ibcq; member 324 static inline struct mthca_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
|
D | mthca_provider.c | 766 static int mthca_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mthca_resize_cq()
|
/linux-3.3/drivers/infiniband/hw/ehca/ |
D | ehca_main.c | 533 struct ib_cq *ibcq; in ehca_create_aqp1() local
|
/linux-3.3/drivers/infiniband/hw/nes/ |
D | nes_verbs.h | 112 struct ib_cq ibcq; member
|
D | nes_verbs.c | 3629 static int nes_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) in nes_poll_cq() 3804 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 | 494 static inline struct nes_cq *to_nescq(struct ib_cq *ibcq) in to_nescq()
|