Searched refs:segcount (Results 1 – 2 of 2) sorted by relevance
418 u32 i, segcount; in xdr_check_write_chunk() local420 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() local515 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()
449 __be32 *segcount; in rpcrdma_encode_write_list() local463 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() local524 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() local1094 segcount = be32_to_cpup(p); in decode_write_chunk()[all …]