Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Drpc_rdma.c326 req->rl_nchunks = nchunks; in rpcrdma_create_chunks()
827 req->rl_nchunks == 0)) in rpcrdma_reply_handler()
834 req->rl_nchunks, 1, &iptr); in rpcrdma_reply_handler()
864 req->rl_nchunks == 0) in rpcrdma_reply_handler()
868 rdmalen = rpcrdma_count_chunks(rep, req->rl_nchunks, 0, &iptr); in rpcrdma_reply_handler()
885 req->rl_nchunks); in rpcrdma_reply_handler()
Dtransport.c583 for (i = 0; req->rl_nchunks;) { in xprt_rdma_free()
584 --req->rl_nchunks; in xprt_rdma_free()
Dxprt_rdma.h269 unsigned int rl_nchunks; member