Searched refs:pcl_for_each_chunk (Results 1 – 6 of 6) sorted by relevance
/linux/net/sunrpc/xprtrdma/ |
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_recvfrom.c | 621 pcl_for_each_chunk(chunk, &ctxt->rc_call_pcl) { in svc_rdma_get_inv_rkey() 629 pcl_for_each_chunk(chunk, &ctxt->rc_read_pcl) { in svc_rdma_get_inv_rkey() 637 pcl_for_each_chunk(chunk, &ctxt->rc_write_pcl) { in svc_rdma_get_inv_rkey() 645 pcl_for_each_chunk(chunk, &ctxt->rc_reply_pcl) { in svc_rdma_get_inv_rkey()
|
H A D | svc_rdma_rw.c | 653 pcl_for_each_chunk(chunk, &rctxt->rc_write_pcl) { in svc_rdma_send_write_list() 897 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_multiple_chunks() 1023 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_call_chunk()
|
H A D | svc_rdma_sendto.c | 511 pcl_for_each_chunk(chunk, &rctxt->rc_write_pcl) { in svc_rdma_encode_write_list()
|
/linux/include/linux/sunrpc/ |
H A D | svc_rdma_pcl.h | 84 * pcl_for_each_chunk - Iterate over chunks in a parsed chunk list 88 #define pcl_for_each_chunk(pos, pcl) \ macro
|
/linux/ |
H A D | .clang-format | 621 - 'pcl_for_each_chunk'
|