Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c418 u32 i, segcount; in xdr_check_write_chunk() local
420 segcount = be32_to_cpup(p++); in xdr_check_write_chunk()
421 for (i = 0; i < segcount; i++) { in xdr_check_write_chunk()
492 u32 i, segcount; in svc_rdma_get_inv_rkey() local
515 segcount = be32_to_cpup(p++); in svc_rdma_get_inv_rkey()
516 for (i = 0; i < segcount; i++) { in svc_rdma_get_inv_rkey()
527 segcount = be32_to_cpup(p++); in svc_rdma_get_inv_rkey()
528 for (i = 0; i < segcount; i++) { in svc_rdma_get_inv_rkey()
Drpc_rdma.c449 __be32 *segcount; in rpcrdma_encode_write_list() local
463 segcount = xdr_reserve_space(xdr, sizeof(*segcount)); in rpcrdma_encode_write_list()
464 if (unlikely(!segcount)) in rpcrdma_encode_write_list()
485 *segcount = cpu_to_be32(nchunks); in rpcrdma_encode_write_list()
512 __be32 *segcount; in rpcrdma_encode_reply_chunk() local
524 segcount = xdr_reserve_space(xdr, sizeof(*segcount)); in rpcrdma_encode_reply_chunk()
525 if (unlikely(!segcount)) in rpcrdma_encode_reply_chunk()
546 *segcount = cpu_to_be32(nchunks); in rpcrdma_encode_reply_chunk()
1086 u32 segcount, seglength; in decode_write_chunk() local
1094 segcount = be32_to_cpup(p); in decode_write_chunk()
[all …]