Searched refs:pcl_for_each_chunk (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_recvfrom.c | 602 pcl_for_each_chunk(chunk, &ctxt->rc_call_pcl) { in svc_rdma_get_inv_rkey() 610 pcl_for_each_chunk(chunk, &ctxt->rc_read_pcl) { in svc_rdma_get_inv_rkey() 618 pcl_for_each_chunk(chunk, &ctxt->rc_write_pcl) { in svc_rdma_get_inv_rkey() 626 pcl_for_each_chunk(chunk, &ctxt->rc_reply_pcl) { in svc_rdma_get_inv_rkey()
|
H A D | svc_rdma_pcl.c | 48 pcl_for_each_chunk(pos, pcl) { in pcl_lookup_position() 60 pcl_for_each_chunk(pos, pcl) { in pcl_insert_position()
|
H A D | svc_rdma_rw.c | 870 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_multiple_chunks() 1036 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_call_chunk()
|
H A D | svc_rdma_sendto.c | 461 pcl_for_each_chunk(chunk, &rctxt->rc_write_pcl) { in svc_rdma_encode_write_list()
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | svc_rdma_pcl.h | 88 #define pcl_for_each_chunk(pos, pcl) \ macro
|
/openbmc/linux/ |
H A D | .clang-format | 525 - 'pcl_for_each_chunk'
|