Home
last modified time | relevance | path

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

/linux-3.4.99/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c366 struct rpcrdma_msg *rdma_resp, in svc_rdma_xdr_encode_reply_header() argument
369 rdma_resp->rm_xid = htonl(rdma_argp->rm_xid); in svc_rdma_xdr_encode_reply_header()
370 rdma_resp->rm_vers = htonl(rdma_argp->rm_vers); in svc_rdma_xdr_encode_reply_header()
371 rdma_resp->rm_credit = htonl(xprt->sc_max_requests); in svc_rdma_xdr_encode_reply_header()
372 rdma_resp->rm_type = htonl(rdma_type); in svc_rdma_xdr_encode_reply_header()
375 rdma_resp->rm_body.rm_chunks[0] = xdr_zero; in svc_rdma_xdr_encode_reply_header()
376 rdma_resp->rm_body.rm_chunks[1] = xdr_zero; in svc_rdma_xdr_encode_reply_header()
377 rdma_resp->rm_body.rm_chunks[2] = xdr_zero; in svc_rdma_xdr_encode_reply_header()
Dsvc_rdma_sendto.c379 struct rpcrdma_msg *rdma_resp, in send_write_chunks() argument
397 &rdma_resp->rm_body.rm_chunks[1]; in send_write_chunks()
443 svc_rdma_xdr_encode_write_list(rdma_resp, chunk_no); in send_write_chunks()
450 struct rpcrdma_msg *rdma_resp, in send_reply_chunks() argument
472 &rdma_resp->rm_body.rm_chunks[2]; in send_reply_chunks()
541 struct rpcrdma_msg *rdma_resp, in send_reply() argument
576 ctxt->sge[0].length = svc_rdma_xdr_get_reply_hdr_len(rdma_resp); in send_reply()
679 struct rpcrdma_msg *rdma_resp; in svc_rdma_sendto() local
704 rdma_resp = page_address(res_page); in svc_rdma_sendto()
711 rdma_resp, reply_type); in svc_rdma_sendto()
[all …]