Searched refs:rdma_argp (Results 1 - 2 of 2) sorted by relevance

/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c223 struct rpcrdma_msg *rdma_argp,
237 arg_ary = svc_rdma_get_write_array(rdma_argp);
286 struct rpcrdma_msg *rdma_argp,
302 arg_ary = svc_rdma_get_reply_array(rdma_argp);
487 struct rpcrdma_msg *rdma_argp; local
500 rdma_argp = xdr_start(&rqstp->rq_arg);
514 reply_ary = svc_rdma_get_reply_array(rdma_argp);
519 svc_rdma_xdr_encode_reply_header(rdma, rdma_argp,
523 ret = send_write_chunks(rdma, rdma_argp, rdma_resp,
533 ret = send_reply_chunks(rdma, rdma_argp, rdma_res
222 send_write_chunks(struct svcxprt_rdma *xprt, struct rpcrdma_msg *rdma_argp, struct rpcrdma_msg *rdma_resp, struct svc_rqst *rqstp, struct svc_rdma_req_map *vec) argument
285 send_reply_chunks(struct svcxprt_rdma *xprt, struct rpcrdma_msg *rdma_argp, struct rpcrdma_msg *rdma_resp, struct svc_rqst *rqstp, struct svc_rdma_req_map *vec) argument
[all...]
H A Dsvc_rdma_marshal.c373 struct rpcrdma_msg *rdma_argp,
377 rdma_resp->rm_xid = htonl(rdma_argp->rm_xid);
378 rdma_resp->rm_vers = htonl(rdma_argp->rm_vers);
372 svc_rdma_xdr_encode_reply_header(struct svcxprt_rdma *xprt, struct rpcrdma_msg *rdma_argp, struct rpcrdma_msg *rdma_resp, enum rpcrdma_proc rdma_type) argument

Completed in 1185 milliseconds