Searched defs:pcl (Results 1 – 1 of 1) sorted by relevance
38 static inline void pcl_init(struct svc_rdma_pcl *pcl) in pcl_init()48 static inline bool pcl_is_empty(const struct svc_rdma_pcl *pcl) in pcl_is_empty()60 pcl_first_chunk(const struct svc_rdma_pcl *pcl) in pcl_first_chunk()76 pcl_next_chunk(const struct svc_rdma_pcl *pcl, struct svc_rdma_chunk *chunk) in pcl_next_chunk()88 #define pcl_for_each_chunk(pos, pcl) \ argument