Home
last modified time | relevance | path

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

/Linux-v5.10/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c458 u32 i, segcount, total; in xdr_check_write_chunk() local
464 segcount = be32_to_cpup(p); in xdr_check_write_chunk()
467 for (i = 0; i < segcount; i++) { in xdr_check_write_chunk()
563 u32 i, segcount; in svc_rdma_get_inv_rkey() local
586 segcount = be32_to_cpup(p++); in svc_rdma_get_inv_rkey()
587 for (i = 0; i < segcount; i++) { in svc_rdma_get_inv_rkey()
598 segcount = be32_to_cpup(p++); in svc_rdma_get_inv_rkey()
599 for (i = 0; i < segcount; i++) { in svc_rdma_get_inv_rkey()
Drpc_rdma.c412 __be32 *segcount; in rpcrdma_encode_write_list() local
426 segcount = xdr_reserve_space(xdr, sizeof(*segcount)); in rpcrdma_encode_write_list()
427 if (unlikely(!segcount)) in rpcrdma_encode_write_list()
448 *segcount = cpu_to_be32(nchunks); in rpcrdma_encode_write_list()
477 __be32 *segcount; in rpcrdma_encode_reply_chunk() local
492 segcount = xdr_reserve_space(xdr, sizeof(*segcount)); in rpcrdma_encode_reply_chunk()
493 if (unlikely(!segcount)) in rpcrdma_encode_reply_chunk()
514 *segcount = cpu_to_be32(nchunks); in rpcrdma_encode_reply_chunk()
1178 u32 segcount, seglength; in decode_write_chunk() local
1186 segcount = be32_to_cpup(p); in decode_write_chunk()
[all …]