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

/net/sunrpc/xprtrdma/
H A Dsvc_rdma_marshal.c374 struct rpcrdma_msg *rdma_resp,
377 rdma_resp->rm_xid = htonl(rdma_argp->rm_xid);
378 rdma_resp->rm_vers = htonl(rdma_argp->rm_vers);
379 rdma_resp->rm_credit = htonl(xprt->sc_max_requests);
380 rdma_resp->rm_type = htonl(rdma_type);
383 rdma_resp->rm_body.rm_chunks[0] = xdr_zero;
384 rdma_resp->rm_body.rm_chunks[1] = xdr_zero;
385 rdma_resp->rm_body.rm_chunks[2] = xdr_zero;
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
H A Dsvc_rdma_sendto.c224 struct rpcrdma_msg *rdma_resp,
241 &rdma_resp->rm_body.rm_chunks[1];
280 svc_rdma_xdr_encode_write_list(rdma_resp, chunk_no);
287 struct rpcrdma_msg *rdma_resp,
308 &rdma_resp->rm_body.rm_chunks[2];
369 struct rpcrdma_msg *rdma_resp,
398 ctxt->sge[0].length = svc_rdma_xdr_get_reply_hdr_len(rdma_resp);
488 struct rpcrdma_msg *rdma_resp; local
513 rdma_resp = page_address(res_page);
520 rdma_resp, reply_typ
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
366 send_reply(struct svcxprt_rdma *rdma, struct svc_rqst *rqstp, struct page *page, struct rpcrdma_msg *rdma_resp, struct svc_rdma_op_ctxt *ctxt, struct svc_rdma_req_map *vec, int byte_count) argument
[all...]

Completed in 47 milliseconds