Home
last modified time | relevance | path

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

/linux-3.3/drivers/infiniband/hw/qib/
Dqib_cq.c128 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()
Dqib_verbs.h268 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/
Dipath_cq.c129 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()
Dipath_verbs.h215 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/
Dcq.c43 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()
Dmlx4_ib.h77 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/
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-3.3/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.h102 struct ib_cq ibcq; member
112 static inline struct iwch_cq *to_iwch_cq(struct ib_cq *ibcq) in to_iwch_cq()
Diwch_provider.c312 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/
Dcq.c709 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()
Diw_cxgb4.h308 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/
Dmthca_cq.c661 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()
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.c766 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/
Dehca_main.c533 struct ib_cq *ibcq; in ehca_create_aqp1() local
/linux-3.3/drivers/infiniband/hw/nes/
Dnes_verbs.h112 struct ib_cq ibcq; member
Dnes_verbs.c3629 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()
Dnes.h494 static inline struct nes_cq *to_nescq(struct ib_cq *ibcq) in to_nescq()