Home
last modified time | relevance | path

Searched refs:pcl_for_each_segment (Results 1 – 3 of 3) sorted by relevance

/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c643 pcl_for_each_segment(segment, chunk) { in svc_rdma_get_inv_rkey()
651 pcl_for_each_segment(segment, chunk) { in svc_rdma_get_inv_rkey()
659 pcl_for_each_segment(segment, chunk) { in svc_rdma_get_inv_rkey()
667 pcl_for_each_segment(segment, chunk) { in svc_rdma_get_inv_rkey()
H A Dsvc_rdma_rw.c838 pcl_for_each_segment(segment, chunk) { in svc_rdma_build_read_chunk()
1017 pcl_for_each_segment(segment, chunk) { in svc_rdma_read_chunk_range()
/linux/include/linux/sunrpc/
H A Dsvc_rdma_pcl.h98 #define pcl_for_each_segment(pos, chunk) \ macro