Home
last modified time | relevance | path

Searched defs:pcl (Results 1 – 1 of 1) sorted by relevance

/include/linux/sunrpc/
Dsvc_rdma_pcl.h38 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