Home
last modified time | relevance | path

Searched refs:ib_cq_notify_flags (Results 1 – 14 of 14) sorted by relevance

/freebsd-head/sys/dev/qlnx/qlnxr/
HDqlnxr_verbs.h148 enum ib_cq_notify_flags flags);
HDqlnxr_verbs.c5310 qlnxr_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in qlnxr_arm_cq()
/freebsd-head/sys/dev/mthca/
HDmthca_dev.h498 int mthca_tavor_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags);
499 int mthca_arbel_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags);
HDmthca_cq.c728 int mthca_tavor_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags) in mthca_tavor_arm_cq()
741 int mthca_arbel_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mthca_arbel_arm_cq()
/freebsd-head/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib.h486 enum ib_cq_notify_flags notify_flags;
936 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
HDmlx5_ib_cq.c700 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mlx5_ib_arm_cq()
/freebsd-head/sys/dev/bnxt/bnxt_re/
HDib_verbs.h327 int bnxt_re_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags);
HDib_verbs.c4746 enum ib_cq_notify_flags ib_cqn_flags) in bnxt_re_req_notify_cq()
/freebsd-head/sys/ofed/include/rdma/
HDib_verbs.h915 enum ib_cq_notify_flags { enum
2281 enum ib_cq_notify_flags flags);
3472 enum ib_cq_notify_flags flags) in ib_req_notify_cq()
/freebsd-head/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib.h738 int mlx4_ib_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags);
HDmlx4_ib_cq.c895 int mlx4_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mlx4_ib_arm_cq()
/freebsd-head/sys/dev/cxgbe/iw_cxgbe/
HDiw_cxgbe.h952 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
HDcq.c1035 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in c4iw_arm_cq()
/freebsd-head/sys/dev/irdma/
HDirdma_verbs.c2911 enum ib_cq_notify_flags notify_flags) in irdma_req_notify_cq()