Searched refs:xdr_encode_rdma_segment (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/linux/sunrpc/ |
D | rpc_rdma.h | 137 static inline __be32 *xdr_encode_rdma_segment(__be32 *p, u32 handle, in xdr_encode_rdma_segment() function 161 return xdr_encode_rdma_segment(p, handle, length, offset); in xdr_encode_read_segment()
|
/linux-6.12.1/net/sunrpc/xprtrdma/ |
D | svc_rdma_sendto.c | 435 xdr_encode_rdma_segment(p, segment->rs_handle, length, in svc_rdma_encode_write_segment()
|
D | rpc_rdma.c | 275 xdr_encode_rdma_segment(p, mr->mr_handle, mr->mr_length, mr->mr_offset); in encode_rdma_segment()
|