Symbol: svc_rdma_pcl
include/linux/sunrpc/svc_rdma.h
197
struct svc_rdma_pcl rc_call_pcl;
include/linux/sunrpc/svc_rdma.h
199
struct svc_rdma_pcl rc_read_pcl;
include/linux/sunrpc/svc_rdma.h
201
struct svc_rdma_pcl rc_write_pcl;
include/linux/sunrpc/svc_rdma.h
202
struct svc_rdma_pcl rc_reply_pcl;
include/linux/sunrpc/svc_rdma.h
283
const struct svc_rdma_pcl *write_pcl,
include/linux/sunrpc/svc_rdma.h
284
const struct svc_rdma_pcl *reply_pcl,
include/linux/sunrpc/svc_rdma.h
301
const struct svc_rdma_pcl *write_pcl,
include/linux/sunrpc/svc_rdma.h
302
const struct svc_rdma_pcl *reply_pcl,
include/linux/sunrpc/svc_rdma_pcl.h
117
extern void pcl_free(struct svc_rdma_pcl *pcl);
include/linux/sunrpc/svc_rdma_pcl.h
121
struct svc_rdma_pcl *pcl, __be32 *p);
include/linux/sunrpc/svc_rdma_pcl.h
122
extern int pcl_process_nonpayloads(const struct svc_rdma_pcl *pcl,
include/linux/sunrpc/svc_rdma_pcl.h
38
static inline void pcl_init(struct svc_rdma_pcl *pcl)
include/linux/sunrpc/svc_rdma_pcl.h
48
static inline bool pcl_is_empty(const struct svc_rdma_pcl *pcl)
include/linux/sunrpc/svc_rdma_pcl.h
60
pcl_first_chunk(const struct svc_rdma_pcl *pcl)
include/linux/sunrpc/svc_rdma_pcl.h
76
pcl_next_chunk(const struct svc_rdma_pcl *pcl, struct svc_rdma_chunk *chunk)
net/sunrpc/xprtrdma/svc_rdma_backchannel.c
79
struct svc_rdma_pcl empty_pcl;
net/sunrpc/xprtrdma/svc_rdma_pcl.c
104
struct svc_rdma_pcl *pcl = &rctxt->rc_call_pcl;
net/sunrpc/xprtrdma/svc_rdma_pcl.c
158
struct svc_rdma_pcl *pcl = &rctxt->rc_read_pcl;
net/sunrpc/xprtrdma/svc_rdma_pcl.c
17
void pcl_free(struct svc_rdma_pcl *pcl)
net/sunrpc/xprtrdma/svc_rdma_pcl.c
202
struct svc_rdma_pcl *pcl, __be32 *p)
net/sunrpc/xprtrdma/svc_rdma_pcl.c
265
int pcl_process_nonpayloads(const struct svc_rdma_pcl *pcl,
net/sunrpc/xprtrdma/svc_rdma_pcl.c
44
pcl_lookup_position(struct svc_rdma_pcl *pcl, u32 position)
net/sunrpc/xprtrdma/svc_rdma_pcl.c
55
static void pcl_insert_position(struct svc_rdma_pcl *pcl,
net/sunrpc/xprtrdma/svc_rdma_rw.c
1027
const struct svc_rdma_pcl *pcl = &head->rc_read_pcl;
net/sunrpc/xprtrdma/svc_rdma_rw.c
695
const struct svc_rdma_pcl *write_pcl,
net/sunrpc/xprtrdma/svc_rdma_rw.c
696
const struct svc_rdma_pcl *reply_pcl,
net/sunrpc/xprtrdma/svc_rdma_rw.c
905
const struct svc_rdma_pcl *pcl = &head->rc_read_pcl;
net/sunrpc/xprtrdma/svc_rdma_sendto.c
715
const struct svc_rdma_pcl *write_pcl,
net/sunrpc/xprtrdma/svc_rdma_sendto.c
796
const struct svc_rdma_pcl *write_pcl,
net/sunrpc/xprtrdma/svc_rdma_sendto.c
830
const struct svc_rdma_pcl *write_pcl,
net/sunrpc/xprtrdma/svc_rdma_sendto.c
831
const struct svc_rdma_pcl *reply_pcl,