Searched refs:sc_unmap_count (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h229 unsigned int sc_unmap_count; member in struct:rpcrdma_sendctx
H A Drpc_rdma.c539 if (!sc->sc_unmap_count)
546 for (sge = &sc->sc_sges[2]; sc->sc_unmap_count;
547 ++sge, --sc->sc_unmap_count)
619 sc->sc_unmap_count++;
652 ++sc->sc_unmap_count;
743 if (req->rl_sendctx->sc_unmap_count)
801 req->rl_sendctx->sc_unmap_count = 0;

Completed in 165 milliseconds