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

/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cq.c230 int iwch_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) argument
H A Diw_cxgb_provider.c291 iwch_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) argument
H A Diw_cxgb_provider.h100 struct ib_cq ibcq; member in struct:iwch_cq
109 to_iwch_cq(struct ib_cq *ibcq) argument
/freebsd-11.0-release/contrib/ofed/libmthca/src/
H A Dverbs.c283 int mthca_resize_cq(struct ibv_cq *ibcq, int cqe) argument
H A Dcq.c460 int mthca_poll_cq(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc) argument
H A Dmthca.h268 static inline struct mthca_cq *to_mcq(struct ibv_cq *ibcq) argument
/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
H A Dcq.c714 int c4iw_poll_cq(struct ibv_cq *ibcq, int num_entries, struct ibv_wc *wc) argument
742 int c4iw_arm_cq(struct ibv_cq *ibcq, int solicited) argument
H A Dverbs.c244 int c4iw_resize_cq(struct ibv_cq *ibcq, int cqe) argument
259 int c4iw_destroy_cq(struct ibv_cq *ibcq) argument
H A Dlibcxgb4.h136 static inline struct c4iw_cq *to_c4iw_cq(struct ibv_cq *ibcq) argument
/freebsd-11.0-release/contrib/ofed/libmlx4/src/
H A Dverbs.c227 int mlx4_resize_cq(struct ibv_cq *ibcq, int cqe) argument
H A Dcq.c343 int mlx4_poll_cq(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc) argument
H A Dmlx4.h323 static inline struct mlx4_cq *to_mcq(struct ibv_cq *ibcq) argument
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c736 int c4iw_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) argument
914 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) argument
H A Diw_cxgbe.h376 struct ib_cq ibcq; member in struct:c4iw_cq
385 static inline struct c4iw_cq *to_c4iw_cq(struct ib_cq *ibcq) argument
/freebsd-11.0-release/contrib/ofed/libibverbs/src/
H A Dcmd.c333 int ibv_cmd_poll_cq(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc) argument
380 int ibv_cmd_req_notify_cq(struct ibv_cq *ibcq, int solicited_only) argument
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dcq.c48 struct ib_cq *ibcq = &to_mibcq(cq)->ibcq; local
55 struct ib_cq *ibcq; local
406 mlx4_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) argument
510 mlx4_ib_ignore_overrun_cq(struct ib_cq *ibcq) argument
914 mlx4_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc) argument
940 mlx4_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) argument
[all...]
H A Dmlx4_ib.h120 struct ib_cq ibcq; member in struct:mlx4_ib_cq
618 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq) argument
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c798 static int mthca_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata) argument
H A Dmthca_cq.c659 mthca_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) argument
741 mthca_arbel_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) argument
[all...]
H A Dmthca_provider.h201 struct ib_cq ibcq; member in struct:mthca_cq
323 static inline struct mthca_cq *to_mcq(struct ib_cq *ibcq) argument

Completed in 124 milliseconds