Searched defs:rmsgp (Results 1 - 3 of 3) sorted by relevance

/net/sunrpc/xprtrdma/
H A Dsvc_rdma_marshal.c167 struct rpcrdma_msg *rmsgp = NULL; local
172 rmsgp = (struct rpcrdma_msg *)rqstp->rq_arg.head[0].iov_base;
182 rmsgp->rm_xid = ntohl(rmsgp->rm_xid);
183 rmsgp->rm_vers = ntohl(rmsgp->rm_vers);
184 rmsgp->rm_credit = ntohl(rmsgp->rm_credit);
185 rmsgp->rm_type = ntohl(rmsgp
232 struct rpcrdma_msg *rmsgp = NULL; local
286 svc_rdma_xdr_encode_error(struct svcxprt_rdma *xprt, struct rpcrdma_msg *rmsgp, enum rpcrdma_errcode err, u32 *va) argument
305 svc_rdma_xdr_get_reply_hdr_len(struct rpcrdma_msg *rmsgp) argument
333 svc_rdma_xdr_encode_write_list(struct rpcrdma_msg *rmsgp, int chunks) argument
[all...]
H A Dsvc_rdma_recvfrom.c369 struct rpcrdma_msg *rmsgp,
380 ch = svc_rdma_get_read_chunk(rmsgp);
408 for (ch = (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0];
523 struct rpcrdma_msg *rmsgp; local
568 len = svc_rdma_xdr_decode_req(&rmsgp, rqstp);
574 svc_rdma_send_error(rdma_xprt, rmsgp, ERR_VERS);
579 ret = rdma_read_chunks(rdma_xprt, rmsgp, rqstp, ctxt);
368 rdma_read_chunks(struct svcxprt_rdma *xprt, struct rpcrdma_msg *rmsgp, struct svc_rqst *rqstp, struct svc_rdma_op_ctxt *head) argument
H A Dsvc_rdma_transport.c1305 void svc_rdma_send_error(struct svcxprt_rdma *xprt, struct rpcrdma_msg *rmsgp, argument
1319 length = svc_rdma_xdr_encode_error(xprt, rmsgp, err, va);

Completed in 515 milliseconds