Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c134 u32 rs_length, in rdma_read_chunk_lcl() argument
139 int pages_needed = PAGE_ALIGN(*page_offset + rs_length) >> PAGE_SHIFT; in rdma_read_chunk_lcl()
150 rs_length); in rdma_read_chunk_lcl()
153 int len = min_t(int, rs_length, PAGE_SIZE - pg_off); in rdma_read_chunk_lcl()
184 rs_length -= len; in rdma_read_chunk_lcl()
187 if (last && rs_length == 0) in rdma_read_chunk_lcl()
228 u32 rs_length, in rdma_read_chunk_frmr() argument
236 int pages_needed = PAGE_ALIGN(*page_offset + rs_length) >> PAGE_SHIFT; in rdma_read_chunk_frmr()
250 rs_length); in rdma_read_chunk_frmr()
259 int len = min_t(int, rs_length, PAGE_SIZE - pg_off); in rdma_read_chunk_frmr()
[all …]
Dsvc_rdma_marshal.c115 return (u32 *)&ary->wc_array[nchunks].wc_target.rs_length; in decode_write_list()
254 va = (u32 *)&ary->wc_array[ary->wc_nchunks].wc_target.rs_length; in svc_rdma_xdr_decode_deferred_req()
301 wc_target.rs_length; in svc_rdma_xdr_get_reply_hdr_len()
334 ary->wc_array[chunks].wc_target.rs_length = xdr_zero; in svc_rdma_xdr_encode_write_list()
353 seg->rs_length = htonl(write_len); in svc_rdma_xdr_encode_array_chunk()
Drpc_rdma.c224 cur_rchunk->rc_target.rs_length = in rpcrdma_create_chunks()
238 cur_wchunk->wc_target.rs_length = in rpcrdma_create_chunks()
586 be32_to_cpu(seg->rs_length), in rpcrdma_count_chunks()
590 total_len += be32_to_cpu(seg->rs_length); in rpcrdma_count_chunks()
Dsvc_rdma_sendto.c261 write_len = min(xfer_len, ntohl(arg_ch->rs_length)); in send_write_chunks()
327 write_len = min(xfer_len, htonl(ch->rs_length)); in send_reply_chunks()
/linux-4.1.27/include/linux/sunrpc/
Drpc_rdma.h50 __be32 rs_length; /* Length of the chunk in bytes */ member
Dsvc_rdma.h300 wc_array[ntohl(wr_ary->wc_nchunks)].wc_target.rs_length; in svc_rdma_get_reply_array()