Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
Dcq.c47 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq; in mlx4_ib_cq_comp() local
54 struct ib_cq *ibcq; in mlx4_ib_cq_event() local
365 int mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx4_ib_resize_cq()
465 int mlx4_ib_ignore_overrun_cq(struct ib_cq *ibcq) in mlx4_ib_ignore_overrun_cq()
802 int mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx4_ib_poll_cq()
828 int mlx4_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mlx4_ib_arm_cq()
Dmlx4_ib.h122 struct ib_cq ibcq; member
583 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_cq.c37 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq; in mlx5_ib_cq_comp() local
46 struct ib_cq *ibcq = &cq->ibcq; in mlx5_ib_cq_event() local
597 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in mlx5_ib_poll_cq()
630 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mlx5_ib_arm_cq()
1171 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mlx5_ib_resize_cq()
1291 int mlx5_ib_get_cqe_size(struct mlx5_ib_dev *dev, struct ib_cq *ibcq) in mlx5_ib_get_cqe_size()
Dmlx5_ib.h304 struct ib_cq ibcq; member
582 static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
Diw_cxgb_cq.c230 int iwch_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in iwch_poll_cq()
Diw_cxgb_provider.h100 struct ib_cq ibcq; member
109 to_iwch_cq(struct ib_cq *ibcq) in to_iwch_cq()
Diw_cxgb_provider.c290 iwch_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in iwch_arm_cq()
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dcq.c714 int c4iw_poll_cq(struct ibv_cq *ibcq, int num_entries, struct ibv_wc *wc) in c4iw_poll_cq()
742 int c4iw_arm_cq(struct ibv_cq *ibcq, int solicited) in c4iw_arm_cq()
Dverbs.c244 int c4iw_resize_cq(struct ibv_cq *ibcq, int cqe) in c4iw_resize_cq()
259 int c4iw_destroy_cq(struct ibv_cq *ibcq) in c4iw_destroy_cq()
Dlibcxgb4.h136 static inline struct c4iw_cq *to_c4iw_cq(struct ibv_cq *ibcq) in to_c4iw_cq()
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
Dcq.c748 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) in c4iw_poll_cq()
925 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in c4iw_arm_cq()
Diw_cxgbe.h385 struct ib_cq ibcq; member
394 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) in to_c4iw_cq()
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
Dmthca_cq.c659 int mthca_poll_cq(struct ib_cq *ibcq, int num_entries, in mthca_poll_cq()
741 int mthca_arbel_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mthca_arbel_arm_cq()
Dmthca_provider.h201 struct ib_cq ibcq; member
323 static inline struct mthca_cq *to_mcq(struct ib_cq *ibcq) in to_mcq()
Dmthca_provider.c797 static int mthca_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) in mthca_resize_cq()
/freebsd-10-stable/contrib/ofed/libibverbs/src/
Dcmd.c333 int ibv_cmd_poll_cq(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc) in ibv_cmd_poll_cq()
380 int ibv_cmd_req_notify_cq(struct ibv_cq *ibcq, int solicited_only) in ibv_cmd_req_notify_cq()
/freebsd-10-stable/contrib/ofed/libmthca/src/
Dverbs.c283 int mthca_resize_cq(struct ibv_cq *ibcq, int cqe) in mthca_resize_cq()
Dcq.c460 int mthca_poll_cq(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc) in mthca_poll_cq()
Dmthca.h268 static inline struct mthca_cq *to_mcq(struct ibv_cq *ibcq) in to_mcq()
/freebsd-10-stable/contrib/ofed/libmlx4/src/
Dcq.c343 int mlx4_poll_cq(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc) in mlx4_poll_cq()
Dverbs.c227 int mlx4_resize_cq(struct ibv_cq *ibcq, int cqe) in mlx4_resize_cq()
Dmlx4.h323 static inline struct mlx4_cq *to_mcq(struct ibv_cq *ibcq) in to_mcq()