Searched refs:svc_rdma_pcl (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/sunrpc/ |
| H A D | svc_rdma_pcl.h | 28 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,
|
| /linux/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_pcl.c | 17 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 D | Makefile | 7 svc_rdma_pcl.o module.o
|
| H A D | svc_rdma_sendto.c | 840 const struct svc_rdma_pcl *write_pcl, in svc_rdma_map_reply_msg() 921 const struct svc_rdma_pcl *write_pcl, 955 const struct svc_rdma_pcl *write_pcl, in svc_rdma_send_error_msg() 956 const struct svc_rdma_pcl *reply_pcl, in svc_rdma_send_error_msg()
|
| H A D | svc_rdma_rw.c | 722 const struct svc_rdma_pcl *write_pcl, in svc_rdma_prepare_reply_chunk() 723 const struct svc_rdma_pcl *reply_pcl, in svc_rdma_prepare_reply_chunk() 918 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_multiple_chunks() 1040 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_call_chunk()
|
| H A D | svc_rdma_backchannel.c | 79 struct svc_rdma_pcl empty_pcl; in svc_rdma_bc_sendto()
|