Home
last modified time | relevance | path

Searched refs:IB_SEND_SOLICITED (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/infiniband/hw/qib/
H A Dqib_uc.c122 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_uc_req()
150 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_uc_req()
180 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_uc_req()
204 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_uc_req()
H A Dqib_ud.c214 rvt_recv_cq(qp, &wc, swqe->wr.send_flags & IB_SEND_SOLICITED); in qib_ud_loopback()
362 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_ud_req()
H A Dqib_rc.c332 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_rc_req()
367 if (wqe->rdma_wr.wr.send_flags & IB_SEND_SOLICITED) in qib_make_rc_req()
495 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_rc_req()
533 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_rc_req()
/linux/drivers/infiniband/hw/hfi1/
H A Duc.c135 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_uc_req()
163 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_uc_req()
194 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_uc_req()
219 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_uc_req()
H A Dud.c216 rvt_recv_cq(qp, &wc, swqe->wr.send_flags & IB_SEND_SOLICITED); in ud_loopback()
239 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_bth_deth()
H A Drc.c578 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_rc_req()
614 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_rc_req()
933 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_rc_req()
972 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_rc_req()
/linux/net/rds/
H A Dib_send.c676 send->s_wr.send_flags |= IB_SEND_SOLICITED; in rds_ib_xmit()
718 prev->s_wr.send_flags |= IB_SEND_SOLICITED; in rds_ib_xmit()
H A Dib_recv.c588 wr->send_flags = IB_SEND_SIGNALED | IB_SEND_SOLICITED; in rds_ib_recv_init_ack()
/linux/net/smc/
H A Dsmc_wr.c580 IB_SEND_SIGNALED | IB_SEND_SOLICITED; in smc_wr_init_sge()
601 IB_SEND_SIGNALED | IB_SEND_SOLICITED; in smc_wr_init_sge()
/linux/drivers/infiniband/hw/erdma/
H A Derdma_qp.c316 flags & IB_SEND_SOLICITED ? 1 : 0); in erdma_push_one_sqe()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1542 sqp->ud_header.bth.solicited_event = !!(wr->wr.send_flags & IB_SEND_SOLICITED); in build_mlx_header()
1675 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_tavor_post_send()
2003 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_arbel_post_send()
/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c446 udh->bth.solicited_event = !!(swr->send_flags & IB_SEND_SOLICITED); in qedr_gsi_build_header()
H A Dverbs.c3571 !!(wr->send_flags & IB_SEND_SOLICITED)); in __qedr_post_send()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_req.c439 solicited = (ibwr->send_flags & IB_SEND_SOLICITED) && in init_req_packet()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c2400 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_qp1_send_v2()
2546 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_send_wqe()
2578 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_rdma_wqe()
2608 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_atomic_wqe()
2621 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_inv_wqe()
/linux/drivers/infiniband/hw/cxgb4/
H A Dqp.c500 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send()
509 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send()
1146 if (wr->send_flags & IB_SEND_SOLICITED) in c4iw_post_send()
/linux/drivers/infiniband/hw/mlx4/
H A Dqp.c2909 sqp->ud_header.bth.solicited_event = !!(wr->wr.send_flags & IB_SEND_SOLICITED); in build_sriov_qp0_header()
3205 sqp->ud_header.bth.solicited_event = !!(wr->wr.send_flags & IB_SEND_SOLICITED); in build_mlx_header()
3594 (wr->send_flags & IB_SEND_SOLICITED ? in _mlx4_ib_post_send()
/linux/drivers/infiniband/hw/mlx5/
H A Dwr.c755 wr->send_flags & IB_SEND_SOLICITED); in begin_wqe()
/linux/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c842 if (wr->send_flags & IB_SEND_SOLICITED) in siw_post_send()
/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c3468 if (ib_wr->send_flags & IB_SEND_SOLICITED) in irdma_post_send()
3473 if (ib_wr->send_flags & IB_SEND_SOLICITED) in irdma_post_send()
3505 if (ib_wr->send_flags & IB_SEND_SOLICITED) in irdma_post_send()
/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c3127 rvt_recv_cq(qp, &wc, wqe->wr.send_flags & IB_SEND_SOLICITED); in rvt_ruc_loopback()
/linux/include/rdma/
H A Dib_verbs.h1361 IB_SEND_SOLICITED = (1<<2), enumerator
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c2122 if (wr->send_flags & IB_SEND_SOLICITED) in ocrdma_post_send()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c486 !!(wr->send_flags & IB_SEND_SOLICITED)); in set_ud_wqe()
589 (wr->send_flags & IB_SEND_SOLICITED) ? 1 : 0); in set_rc_wqe()