Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1790 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_tavor_post_send()
1796 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_tavor_post_send()
2120 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_arbel_post_send()
2126 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_arbel_post_send()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_req.c219 return (wqe->wr.send_flags & IB_SEND_FENCE) && in rxe_wqe_is_fenced()
/linux/net/rds/
H A Dib_send.c616 send_flags = IB_SEND_FENCE; in rds_ib_xmit()
/linux/drivers/infiniband/hw/mlx5/
H A Dwr.c1112 if (wr->send_flags & IB_SEND_FENCE) { in mlx5_ib_post_send()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c2642 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_send_wqe()
2674 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_rdma_wqe()
2704 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_atomic_wqe()
/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c3970 if (ib_wr->send_flags & IB_SEND_FENCE) in irdma_post_send()
4113 stag_info.local_fence = ib_wr->send_flags & IB_SEND_FENCE; in irdma_post_send()
/linux/include/rdma/
H A Dib_verbs.h1377 IB_SEND_FENCE = 1, enumerator
/linux/drivers/infiniband/hw/hfi1/
H A Drc.c495 if ((wqe->wr.send_flags & IB_SEND_FENCE) && in hfi1_make_rc_req()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c582 (wr->send_flags & IB_SEND_FENCE) ? 1 : 0); in set_rc_wqe()