Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c73 ch->rc_target.rs_handle = ntohl(ch->rc_target.rs_handle); in decode_read_list()
136 ary->wc_array[ch_no].wc_target.rs_handle = in decode_write_list()
137 ntohl(ary->wc_array[ch_no].wc_target.rs_handle); in decode_write_list()
179 ary->wc_array[ch_no].wc_target.rs_handle = in decode_reply_array()
180 ntohl(ary->wc_array[ch_no].wc_target.rs_handle); in decode_reply_array()
374 ary->wc_array[chunks].wc_target.rs_handle = xdr_zero; in svc_rdma_xdr_encode_write_list()
389 u32 rs_handle, u64 rs_offset, in svc_rdma_xdr_encode_array_chunk() argument
393 seg->rs_handle = htonl(rs_handle); in svc_rdma_xdr_encode_array_chunk()
Dsvc_rdma_sendto.c377 arg_ch->rs_handle, in send_write_chunks()
385 arg_ch->rs_handle, in send_write_chunks()
449 ch->rs_handle, rs_offset, in send_reply_chunks()
457 ch->rs_handle, in send_reply_chunks()
Drpc_rdma.c214 cur_rchunk->rc_target.rs_handle = htonl(seg->mr_rkey); in rpcrdma_create_chunks()
226 cur_wchunk->wc_target.rs_handle = htonl(seg->mr_rkey); in rpcrdma_create_chunks()
578 ntohl(seg->rs_handle)); in rpcrdma_count_chunks()
Dsvc_rdma_recvfrom.c440 read_wr.wr.rdma.rkey = ch->rc_target.rs_handle; in rdma_read_xdr()