Home
last modified time | relevance | path

Searched refs:IB_SEND_FENCE (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/mthca/
H A Dmthca_qp.c1773 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_tavor_post_send()
1779 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_tavor_post_send()
2114 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_arbel_post_send()
2120 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_arbel_post_send()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c823 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send()
876 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c3234 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_send_wqe()
3266 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_rdma_wqe()
3296 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_atomic_wqe()
3310 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_inv_wqe()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3832 wr->send_flags & IB_SEND_FENCE)) in get_fence()
3836 if (wr->send_flags & IB_SEND_FENCE) in get_fence()
3840 } else if (unlikely(wr->send_flags & IB_SEND_FENCE)) { in get_fence()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c2465 if (ib_wr->send_flags & IB_SEND_FENCE) in irdma_post_send()
2578 stag_info.local_fence = ib_wr->send_flags & IB_SEND_FENCE; in irdma_post_send()
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c808 inv.send_flags = IB_SEND_FENCE; in krping_test_server()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1218 IB_SEND_FENCE = 1, enumerator
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c3199 ctrl->fence_size = (wr->send_flags & IB_SEND_FENCE ? in mlx4_ib_post_send()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c4328 !!(wr->send_flags & IB_SEND_FENCE)); in qlnxr_post_send()