Searched refs:pcl (Results 1 – 2 of 2) sorted by relevance
17 void pcl_free(struct svc_rdma_pcl *pcl) in pcl_free() argument19 while (!list_empty(&pcl->cl_chunks)) { in pcl_free()22 chunk = pcl_first_chunk(pcl); in pcl_free()44 pcl_lookup_position(struct svc_rdma_pcl *pcl, u32 position) in pcl_lookup_position() argument48 pcl_for_each_chunk(pos, pcl) { in pcl_lookup_position()55 static void pcl_insert_position(struct svc_rdma_pcl *pcl, in pcl_insert_position() argument60 pcl_for_each_chunk(pos, pcl) { in pcl_insert_position()65 pcl->cl_count++; in pcl_insert_position()104 struct svc_rdma_pcl *pcl = &rctxt->rc_call_pcl; in pcl_alloc_call() local105 unsigned int i, segcount = pcl->cl_count; in pcl_alloc_call()[all …]
831 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_multiple_chunks() local838 chunk = pcl_first_chunk(pcl); in svc_rdma_read_multiple_chunks()844 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_multiple_chunks()849 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_multiple_chunks()995 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_call_chunk() local1000 if (pcl_is_empty(pcl)) in svc_rdma_read_call_chunk()1004 chunk = pcl_first_chunk(pcl); in svc_rdma_read_call_chunk()1010 pcl_for_each_chunk(chunk, pcl) { in svc_rdma_read_call_chunk()1015 next = pcl_next_chunk(pcl, chunk); in svc_rdma_read_call_chunk()