Searched refs:rs_handle (Results 1 – 6 of 6) sorted by relevance
| /linux/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_recvfrom.c | 645 inv_rkey = segment->rs_handle; in svc_rdma_get_inv_rkey() 646 else if (inv_rkey != segment->rs_handle) in svc_rdma_get_inv_rkey() 653 inv_rkey = segment->rs_handle; in svc_rdma_get_inv_rkey() 654 else if (inv_rkey != segment->rs_handle) in svc_rdma_get_inv_rkey() 661 inv_rkey = segment->rs_handle; in svc_rdma_get_inv_rkey() 662 else if (inv_rkey != segment->rs_handle) in svc_rdma_get_inv_rkey() 669 inv_rkey = segment->rs_handle; in svc_rdma_get_inv_rkey() 670 else if (inv_rkey != segment->rs_handle) in svc_rdma_get_inv_rkey()
|
| H A D | svc_rdma_pcl.c | 75 segment->rs_handle = handle; in pcl_set_read_segment() 216 p = xdr_decode_rdma_segment(p, &segment->rs_handle, in pcl_alloc_write()
|
| H A D | svc_rdma_rw.c | 507 ret = svc_rdma_rw_ctx_init(rdma, ctxt, offset, seg->rs_handle, in svc_rdma_build_writes() 802 segment->rs_handle, segment->rs_length, in svc_rdma_build_read_segment() 1025 dummy.rs_handle = segment->rs_handle; in svc_rdma_read_chunk_range()
|
| H A D | svc_rdma_sendto.c | 570 xdr_encode_rdma_segment(p, segment->rs_handle, length, in svc_rdma_encode_write_segment() 572 trace_svcrdma_encode_wseg(sctxt, segno, segment->rs_handle, length, in svc_rdma_encode_write_segment()
|
| /linux/include/linux/sunrpc/ |
| H A D | svc_rdma_pcl.h | 12 u32 rs_handle; member
|
| /linux/include/trace/events/ |
| H A D | rpcrdma.h | 1703 __entry->handle = segment->rs_handle; 1740 __entry->handle = segment->rs_handle;
|