Searched refs:rs_handle (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/net/sunrpc/xprtrdma/ |
| D | svc_rdma_recvfrom.c | 599 inv_rkey = segment->rs_handle; in svc_rdma_get_inv_rkey() 600 else if (inv_rkey != segment->rs_handle) in svc_rdma_get_inv_rkey() 607 inv_rkey = segment->rs_handle; in svc_rdma_get_inv_rkey() 608 else if (inv_rkey != segment->rs_handle) in svc_rdma_get_inv_rkey() 615 inv_rkey = segment->rs_handle; in svc_rdma_get_inv_rkey() 616 else if (inv_rkey != segment->rs_handle) in svc_rdma_get_inv_rkey() 623 inv_rkey = segment->rs_handle; in svc_rdma_get_inv_rkey() 624 else if (inv_rkey != segment->rs_handle) in svc_rdma_get_inv_rkey()
|
| D | svc_rdma_pcl.c | 75 segment->rs_handle = handle; in pcl_set_read_segment() 220 p = xdr_decode_rdma_segment(p, &segment->rs_handle, in pcl_alloc_write()
|
| D | svc_rdma_rw.c | 473 ret = svc_rdma_rw_ctx_init(rdma, ctxt, offset, seg->rs_handle, in svc_rdma_build_writes() 723 segment->rs_handle, DMA_FROM_DEVICE); in svc_rdma_build_read_segment() 964 dummy.rs_handle = segment->rs_handle; in svc_rdma_read_chunk_range()
|
| D | svc_rdma_sendto.c | 382 xdr_encode_rdma_segment(p, segment->rs_handle, length, in svc_rdma_encode_write_segment() 384 trace_svcrdma_encode_wseg(sctxt, segno, segment->rs_handle, length, in svc_rdma_encode_write_segment()
|
| /Linux-v5.15/include/linux/sunrpc/ |
| D | svc_rdma_pcl.h | 12 u32 rs_handle; member
|
| /Linux-v5.15/include/trace/events/ |
| D | rpcrdma.h | 1549 __entry->handle = segment->rs_handle; 1586 __entry->handle = segment->rs_handle;
|