Searched refs:sc_wr (Results 1 – 6 of 6) sorted by relevance
847 sc->sc_wr.wr_cqe = &sc->sc_cqe; in rpcrdma_sendctx_create()848 sc->sc_wr.sg_list = sc->sc_sges; in rpcrdma_sendctx_create()849 sc->sc_wr.opcode = IB_WR_SEND; in rpcrdma_sendctx_create()1489 struct ib_send_wr *send_wr = &req->rl_sendctx->sc_wr; in rpcrdma_ep_post()
544 sc->sc_wr.num_sge++; in rpcrdma_prepare_hdr_sge()656 sc->sc_wr.num_sge += sge_no; in rpcrdma_prepare_msg_sges()694 req->rl_sendctx->sc_wr.num_sge = 0; in rpcrdma_prepare_send_sges()
282 return ib_post_send(ia->ri_id->qp, &req->rl_sendctx->sc_wr, NULL); in fmr_op_send()
216 struct ib_send_wr sc_wr; member
470 post_wr = &req->rl_sendctx->sc_wr; in frwr_op_send()
518 __entry->num_sge = req->rl_sendctx->sc_wr.num_sge;519 __entry->signaled = req->rl_sendctx->sc_wr.send_flags &