Searched refs:rpcrdma_msg (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/linux/sunrpc/ |
D | svc_rdma.h | 185 extern int svc_rdma_xdr_decode_req(struct rpcrdma_msg **, struct svc_rqst *); 187 struct rpcrdma_msg *, 189 extern void svc_rdma_xdr_encode_write_list(struct rpcrdma_msg *, int); 194 struct rpcrdma_msg *, 195 struct rpcrdma_msg *, 197 extern int svc_rdma_xdr_get_reply_hdr_len(struct rpcrdma_msg *); 211 svc_rdma_get_read_chunk(struct rpcrdma_msg *); 215 extern void svc_rdma_send_error(struct svcxprt_rdma *, struct rpcrdma_msg *,
|
D | rpc_rdma.h | 79 struct rpcrdma_msg { struct
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
D | svc_rdma_marshal.c | 148 int svc_rdma_xdr_decode_req(struct rpcrdma_msg **rdma_req, in svc_rdma_xdr_decode_req() 151 struct rpcrdma_msg *rmsgp = NULL; in svc_rdma_xdr_decode_req() 155 rmsgp = (struct rpcrdma_msg *)rqstp->rq_arg.head[0].iov_base; in svc_rdma_xdr_decode_req() 209 struct rpcrdma_msg *rmsgp, in svc_rdma_xdr_encode_error() 227 int svc_rdma_xdr_get_reply_hdr_len(struct rpcrdma_msg *rmsgp) in svc_rdma_xdr_get_reply_hdr_len() 255 void svc_rdma_xdr_encode_write_list(struct rpcrdma_msg *rmsgp, int chunks) in svc_rdma_xdr_encode_write_list() 295 struct rpcrdma_msg *rdma_argp, in svc_rdma_xdr_encode_reply_header() 296 struct rpcrdma_msg *rdma_resp, in svc_rdma_xdr_encode_reply_header()
|
D | svc_rdma_sendto.c | 143 svc_rdma_get_read_chunk(struct rpcrdma_msg *rmsgp) in svc_rdma_get_read_chunk() 157 svc_rdma_get_write_array(struct rpcrdma_msg *rmsgp) in svc_rdma_get_write_array() 169 svc_rdma_get_reply_array(struct rpcrdma_msg *rmsgp) in svc_rdma_get_reply_array() 306 struct rpcrdma_msg *rdma_argp, in send_write_chunks() 307 struct rpcrdma_msg *rdma_resp, in send_write_chunks() 371 struct rpcrdma_msg *rdma_argp, in send_reply_chunks() 372 struct rpcrdma_msg *rdma_resp, in send_reply_chunks() 454 struct rpcrdma_msg *rdma_resp, in send_reply() 574 struct rpcrdma_msg *rdma_argp; in svc_rdma_sendto() 575 struct rpcrdma_msg *rdma_resp; in svc_rdma_sendto()
|
D | xprt_rdma.h | 145 static inline struct rpcrdma_msg * 148 return (struct rpcrdma_msg *)rb->rg_base; in rdmab_to_msg()
|
D | backchannel.c | 208 struct rpcrdma_msg *headerp; in rpcrdma_bc_marshal_reply() 300 struct rpcrdma_msg *headerp; in rpcrdma_bc_receive_call()
|
D | svc_rdma_recvfrom.c | 62 struct rpcrdma_msg *rmsgp; in rdma_build_arg_xdr() 87 rmsgp = (struct rpcrdma_msg *)rqstp->rq_arg.head[0].iov_base; in rdma_build_arg_xdr() 417 struct rpcrdma_msg *rmsgp, in rdma_read_chunks() 581 struct rpcrdma_msg *rmsgp; in svc_rdma_recvfrom()
|
D | rpc_rdma.c | 244 struct rpcrdma_msg *headerp, enum rpcrdma_chunktype type) in rpcrdma_create_chunks() 442 struct rpcrdma_msg *headerp; in rpcrdma_marshal_req() 726 rpcrdma_is_bcall(struct rpcrdma_msg *headerp) in rpcrdma_is_bcall() 770 struct rpcrdma_msg *headerp; in rpcrdma_reply_handler()
|
D | svc_rdma_transport.c | 1314 void svc_rdma_send_error(struct svcxprt_rdma *xprt, struct rpcrdma_msg *rmsgp, in svc_rdma_send_error()
|