Home
last modified time | relevance | path

Searched refs:IB_SEND_FENCE (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1787 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_tavor_post_send()
1793 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_tavor_post_send()
2117 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_arbel_post_send()
2123 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_arbel_post_send()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H A Derdma_qp.c318 flags & IB_SEND_FENCE ? 1 : 0); in erdma_push_one_sqe()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_req.c157 if (unlikely((wqe->wr.send_flags & IB_SEND_FENCE) && in req_next_wqe()
/kernel/linux/linux-5.10/net/rds/
H A Dib_send.c617 send_flags = IB_SEND_FENCE; in rds_ib_xmit()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H A Drxe_req.c220 return (wqe->wr.send_flags & IB_SEND_FENCE) && in rxe_wqe_is_fenced()
/kernel/linux/linux-6.6/net/rds/
H A Dib_send.c616 send_flags = IB_SEND_FENCE; in rds_ib_xmit()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_verbs.c2128 if (ib_wr->send_flags & IB_SEND_FENCE) in i40iw_post_send()
2237 info.local_fence = ib_wr->send_flags & IB_SEND_FENCE; in i40iw_post_send()
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c2372 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_send_wqe()
2404 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_rdma_wqe()
2434 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_atomic_wqe()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c2472 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_send_wqe()
2504 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_rdma_wqe()
2534 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_atomic_wqe()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dqp.c1154 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send()
1213 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dqp.c1154 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send()
1213 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send()
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c833 if (wr->send_flags & IB_SEND_FENCE) in siw_post_send()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dwr.c1340 if (wr->send_flags & IB_SEND_FENCE) { in mlx5_ib_post_send()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_rc.c296 if ((wqe->wr.send_flags & IB_SEND_FENCE) && in qib_make_rc_req()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dwr.c1112 if (wr->send_flags & IB_SEND_FENCE) { in mlx5_ib_post_send()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_rc.c297 if ((wqe->wr.send_flags & IB_SEND_FENCE) && in qib_make_rc_req()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c837 if (wr->send_flags & IB_SEND_FENCE) in siw_post_send()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dverbs.c3306 if (ib_wr->send_flags & IB_SEND_FENCE) in irdma_post_send()
3413 stag_info.local_fence = ib_wr->send_flags & IB_SEND_FENCE; in irdma_post_send()
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c2120 if (wr->send_flags & IB_SEND_FENCE) in ocrdma_post_send()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dqp.c2062 if ((wr->send_flags & IB_SEND_FENCE) || in rvt_post_one_wr()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Drc.c536 if ((wqe->wr.send_flags & IB_SEND_FENCE) && in hfi1_make_rc_req()
/kernel/linux/linux-5.10/include/rdma/
H A Dib_verbs.h1329 IB_SEND_FENCE = 1, enumerator
/kernel/linux/linux-6.6/include/rdma/
H A Dib_verbs.h1357 IB_SEND_FENCE = 1, enumerator
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Drc.c495 if ((wqe->wr.send_flags & IB_SEND_FENCE) && in hfi1_make_rc_req()

Completed in 76 milliseconds

12