Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c269 ary->wc_array[chunks].wc_target.rs_handle = xdr_zero; in svc_rdma_xdr_encode_write_list()
284 __be32 rs_handle, in svc_rdma_xdr_encode_array_chunk() argument
289 seg->rs_handle = rs_handle; in svc_rdma_xdr_encode_array_chunk()
Dsvc_rdma_sendto.c342 arg_ch->rs_handle, in send_write_chunks()
348 be32_to_cpu(arg_ch->rs_handle), in send_write_chunks()
408 ch->rs_handle, ch->rs_offset, in send_reply_chunks()
413 be32_to_cpu(ch->rs_handle), in send_reply_chunks()
Dsvc_rdma_recvfrom.c124 u32 rs_handle, in rdma_read_chunk_lcl() argument
187 read_wr.rkey = rs_handle; in rdma_read_chunk_lcl()
217 u32 rs_handle, in rdma_read_chunk_frmr() argument
314 read_wr.rkey = rs_handle; in rdma_read_chunk_frmr()
466 handle = be32_to_cpu(ch->rc_target.rs_handle), in rdma_read_chunks()
Drpc_rdma.c287 cur_rchunk->rc_target.rs_handle = in rpcrdma_create_chunks()
301 cur_wchunk->wc_target.rs_handle = in rpcrdma_create_chunks()
595 be32_to_cpu(seg->rs_handle)); in rpcrdma_count_chunks()
/linux-4.4.14/include/linux/sunrpc/
Drpc_rdma.h49 __be32 rs_handle; /* Registered memory handle */ member