Home
last modified time | relevance | path

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

/freebsd-11-stable/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-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib.h451 enum ib_cq_notify_flags notify_flags;
830 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
HDmlx5_ib_cq.c697 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mlx5_ib_arm_cq()
/freebsd-11-stable/sys/ofed/include/rdma/
HDib_verbs.h921 enum ib_cq_notify_flags { enum
2001 enum ib_cq_notify_flags flags);
2930 enum ib_cq_notify_flags flags) in ib_req_notify_cq()
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib.h751 int mlx4_ib_arm_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags);
HDmlx4_ib_cq.c900 int mlx4_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in mlx4_ib_arm_cq()
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDiw_cxgbe.h949 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
HDcq.c1041 int c4iw_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in c4iw_arm_cq()
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_provider.c291 iwch_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags) in iwch_arm_cq()