Home
last modified time | relevance | path

Searched refs:svc_rdma_pcl (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dsvc_rdma_pcl.h28 struct svc_rdma_pcl { struct
38 static inline void pcl_init(struct svc_rdma_pcl *pcl) in pcl_init() argument
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()
117 extern void pcl_free(struct svc_rdma_pcl *pcl);
121 struct svc_rdma_pcl *pcl, __be32 *p);
122 extern int pcl_process_nonpayloads(const struct svc_rdma_pcl *pcl,
H A Dsvc_rdma.h143 struct svc_rdma_pcl rc_call_pcl;
145 struct svc_rdma_pcl rc_read_pcl;
147 struct svc_rdma_pcl rc_write_pcl;
148 struct svc_rdma_pcl rc_reply_pcl;
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_pcl.c17 void pcl_free(struct svc_rdma_pcl *pcl) in pcl_free()
44 pcl_lookup_position(struct svc_rdma_pcl *pcl, u32 position) in pcl_lookup_position()
55 static void pcl_insert_position(struct svc_rdma_pcl *pcl, in pcl_insert_position()
104 struct svc_rdma_pcl *pcl = &rctxt->rc_call_pcl; in pcl_alloc_call()
158 struct svc_rdma_pcl *pcl = &rctxt->rc_read_pcl; in pcl_alloc_read()
202 struct svc_rdma_pcl *pcl, __be32 *p) in pcl_alloc_write()
265 int pcl_process_nonpayloads(const struct svc_rdma_pcl *pcl, in pcl_process_nonpayloads()
H A DMakefile7 svc_rdma_pcl.o module.o
H A Dsvc_rdma_rw.c857 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_multiple_chunks()
1021 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_call_chunk()