Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c331 ary->wc_array[chunks].wc_target.rs_handle = xdr_zero; in svc_rdma_xdr_encode_write_list()
346 __be32 rs_handle, in svc_rdma_xdr_encode_array_chunk() argument
351 seg->rs_handle = rs_handle; in svc_rdma_xdr_encode_array_chunk()
Dsvc_rdma_sendto.c267 arg_ch->rs_handle, in send_write_chunks()
273 ntohl(arg_ch->rs_handle), in send_write_chunks()
333 ch->rs_handle, ch->rs_offset, in send_reply_chunks()
338 ntohl(ch->rs_handle), in send_reply_chunks()
Dsvc_rdma_recvfrom.c133 u32 rs_handle, in rdma_read_chunk_lcl() argument
197 read_wr.wr.rdma.rkey = rs_handle; in rdma_read_chunk_lcl()
227 u32 rs_handle, in rdma_read_chunk_frmr() argument
318 read_wr.wr.rdma.rkey = rs_handle; in rdma_read_chunk_frmr()
469 handle = be32_to_cpu(ch->rc_target.rs_handle), in rdma_read_chunks()
Drpc_rdma.c222 cur_rchunk->rc_target.rs_handle = in rpcrdma_create_chunks()
236 cur_wchunk->wc_target.rs_handle = in rpcrdma_create_chunks()
588 be32_to_cpu(seg->rs_handle)); in rpcrdma_count_chunks()
/linux-4.1.27/include/linux/sunrpc/
Drpc_rdma.h49 __be32 rs_handle; /* Registered memory handle */ member