Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/xprtrdma/
Dverbs.c820 sc->sc_wr.wr_cqe = &sc->sc_cqe; in rpcrdma_sendctx_create()
821 sc->sc_wr.sg_list = sc->sc_sges; in rpcrdma_sendctx_create()
822 sc->sc_wr.opcode = IB_WR_SEND; in rpcrdma_sendctx_create()
1440 struct ib_send_wr *send_wr = &req->rl_sendctx->sc_wr; in rpcrdma_ep_post()
Drpc_rdma.c602 sc->sc_wr.num_sge++; in rpcrdma_prepare_hdr_sge()
715 sc->sc_wr.num_sge += sge_no; in rpcrdma_prepare_msg_sges()
756 req->rl_sendctx->sc_wr.num_sge = 0; in rpcrdma_prepare_send_sges()
Dxprt_rdma.h223 struct ib_send_wr sc_wr; member
Dfrwr_ops.c427 post_wr = &req->rl_sendctx->sc_wr; in frwr_send()
/Linux-v5.4/include/trace/events/
Drpcrdma.h670 __entry->num_sge = req->rl_sendctx->sc_wr.num_sge;
671 __entry->signaled = req->rl_sendctx->sc_wr.send_flags &