Home
last modified time | relevance | path

Searched refs:sc_wr (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/sunrpc/xprtrdma/
Dverbs.c847 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()
Drpc_rdma.c544 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()
Dfmr_ops.c282 return ib_post_send(ia->ri_id->qp, &req->rl_sendctx->sc_wr, NULL); in fmr_op_send()
Dxprt_rdma.h216 struct ib_send_wr sc_wr; member
Dfrwr_ops.c470 post_wr = &req->rl_sendctx->sc_wr; in frwr_op_send()
/Linux-v4.19/include/trace/events/
Drpcrdma.h518 __entry->num_sge = req->rl_sendctx->sc_wr.num_sge;
519 __entry->signaled = req->rl_sendctx->sc_wr.send_flags &