Home
last modified time | relevance | path

Searched refs:IB_WR_SEND (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_uc.c105 case IB_WR_SEND: in qib_make_uc_req()
112 if (wqe->wr.opcode == IB_WR_SEND) in qib_make_uc_req()
171 if (wqe->wr.opcode == IB_WR_SEND) in qib_make_uc_req()
H A Dqib_qp.c93 [IB_WR_SEND] = {
H A Dqib_rc.c313 case IB_WR_SEND: in qib_make_rc_req()
323 if (wqe->wr.opcode == IB_WR_SEND) in qib_make_rc_req()
486 if (wqe->wr.opcode == IB_WR_SEND) in qib_make_rc_req()
783 case IB_WR_SEND: in reset_psn()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Duc.c160 case IB_WR_SEND: in hfi1_make_uc_req()
167 if (wqe->wr.opcode == IB_WR_SEND) { in hfi1_make_uc_req()
227 if (wqe->wr.opcode == IB_WR_SEND) { in hfi1_make_uc_req()
H A Drc.c594 case IB_WR_SEND: in hfi1_make_rc_req()
605 if (wqe->wr.opcode == IB_WR_SEND) { in hfi1_make_rc_req()
961 if (wqe->wr.opcode == IB_WR_SEND) { in hfi1_make_rc_req()
1558 case IB_WR_SEND: in reset_psn()
H A Dqp.c106 [IB_WR_SEND] = {
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_req.c192 case IB_WR_SEND: in next_opcode_rc()
264 case IB_WR_SEND: in next_opcode_uc()
306 case IB_WR_SEND: in next_opcode()
H A Drxe_comp.c96 case IB_WR_SEND: return IB_WC_SEND; in wr_to_wc_opcode()
428 if (wqe->wr.opcode == IB_WR_SEND || in do_complete()
H A Drxe_opcode.c29 [IB_WR_SEND] = {
/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Dsvc_rdma_backchannel.c89 ctxt->sc_send_wr.opcode = IB_WR_SEND; in svc_rdma_bc_sendto()
H A Dsvc_rdma_sendto.c804 sctxt->sc_send_wr.opcode = IB_WR_SEND; in svc_rdma_send_reply_msg()
868 sctxt->sc_send_wr.opcode = IB_WR_SEND; in svc_rdma_send_error_msg()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c224 priv->tx_wr.wr.opcode = IB_WR_SEND; in ipoib_transport_dev_init()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H A Dqp.c499 case IB_WR_SEND: in build_rdma_send()
636 if (wr->next->opcode == IB_WR_SEND) in build_rdma_write_cmpl()
733 if (wr->next->opcode == IB_WR_SEND) in post_write_cmpl()
954 case IB_WR_SEND: in ib_to_fw_opcode()
1127 (wr->next->opcode == IB_WR_SEND || in c4iw_post_send()
1153 case IB_WR_SEND: in c4iw_post_send()
1157 if (wr->opcode == IB_WR_SEND) in c4iw_post_send()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma.h435 case IB_WR_SEND: in ib_wr_opcode_to_pvrdma()
H A Dpvrdma_qp.c748 wr->opcode != IB_WR_SEND) { in pvrdma_post_send()
756 if (wr->opcode != IB_WR_SEND && in pvrdma_post_send()
/OK3568_Linux_fs/kernel/net/rds/
H A Dib_send.c158 case IB_WR_SEND: in rds_ib_send_unmap_op()
630 send->s_wr.opcode = IB_WR_SEND; in rds_ib_xmit()
H A Dib_recv.c585 wr->opcode = IB_WR_SEND; in rds_ib_recv_init_ack()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/
H A Drtrs.c141 .opcode = IB_WR_SEND, in rtrs_iu_post_send()
/OK3568_Linux_fs/kernel/net/9p/
H A Dtrans_rdma.c496 wr.opcode = IB_WR_SEND; in rdma_request()
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c805 case IB_WR_SEND: in siw_post_send()
823 if (wr->opcode == IB_WR_SEND) in siw_post_send()
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_wr.c508 lnk->wr_tx_ibs[i].opcode = IB_WR_SEND; in smc_wr_init_sge()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/iser/
H A Diser_verbs.c910 wr->opcode = IB_WR_SEND; in iser_post_send()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c567 if (wr->opcode != IB_WR_SEND) { in qedr_gsi_post_send()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmbdirect.c712 send_wr.opcode = IB_WR_SEND; in smbd_post_send_negotiate_req()
799 send_wr.opcode = IB_WR_SEND; in smbd_post_send()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c187 [IB_WR_SEND] = MTHCA_OPCODE_SEND,
1523 case IB_WR_SEND: in build_mlx_header()

12