Home
last modified time | relevance | path

Searched refs:rl_nchunks (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/sunrpc/xprtrdma/
Drpc_rdma.c261 req->rl_nchunks = nchunks; in rpcrdma_create_chunks()
810 req->rl_nchunks == 0)) in rpcrdma_reply_handler()
817 req->rl_nchunks, 1, &iptr); in rpcrdma_reply_handler()
847 req->rl_nchunks == 0) in rpcrdma_reply_handler()
851 rdmalen = rpcrdma_count_chunks(rep, req->rl_nchunks, 0, &iptr); in rpcrdma_reply_handler()
868 req->rl_nchunks); in rpcrdma_reply_handler()
Dtransport.c585 for (i = 0; req->rl_nchunks;) { in xprt_rdma_free()
586 --req->rl_nchunks; in xprt_rdma_free()
Dxprt_rdma.h257 unsigned int rl_nchunks; /* non-zero if chunks */ member