Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dverbs.c821 sc->sc_wr.wr_cqe = &sc->sc_cqe; in rpcrdma_sendctx_create()
822 sc->sc_wr.sg_list = sc->sc_sges; in rpcrdma_sendctx_create()
823 sc->sc_wr.opcode = IB_WR_SEND; in rpcrdma_sendctx_create()
1472 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.h224 struct ib_send_wr sc_wr; member
Dfrwr_ops.c427 post_wr = &req->rl_sendctx->sc_wr; in frwr_send()