Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Drpc_rdma.c405 enum rpcrdma_chunktype wtype) in rpcrdma_encode_write_list() argument
413 if (wtype != rpcrdma_writech) in rpcrdma_encode_write_list()
419 wtype, seg); in rpcrdma_encode_write_list()
470 enum rpcrdma_chunktype wtype) in rpcrdma_encode_reply_chunk() argument
478 if (wtype != rpcrdma_replych) { in rpcrdma_encode_reply_chunk()
485 nsegs = rpcrdma_convert_iovs(r_xprt, &rqst->rq_rcv_buf, 0, wtype, seg); in rpcrdma_encode_reply_chunk()
863 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
905 wtype = rpcrdma_noch; in rpcrdma_marshal_req()
908 wtype = rpcrdma_writech; in rpcrdma_marshal_req()
910 wtype = rpcrdma_replych; in rpcrdma_marshal_req()
[all …]