Searched refs:rl_nchunks (Results 1 – 3 of 3) sorted by relevance
261 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()
585 for (i = 0; req->rl_nchunks;) { in xprt_rdma_free()586 --req->rl_nchunks; in xprt_rdma_free()
257 unsigned int rl_nchunks; /* non-zero if chunks */ member