Home
last modified time | relevance | path

Searched refs:rm_body (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c220 rmsgp->rm_body.rm_padded.rm_align = in svc_rdma_xdr_decode_req()
221 ntohl(rmsgp->rm_body.rm_padded.rm_align); in svc_rdma_xdr_decode_req()
222 rmsgp->rm_body.rm_padded.rm_thresh = in svc_rdma_xdr_decode_req()
223 ntohl(rmsgp->rm_body.rm_padded.rm_thresh); in svc_rdma_xdr_decode_req()
225 va = &rmsgp->rm_body.rm_padded.rm_pempty[4]; in svc_rdma_xdr_decode_req()
237 va = &rmsgp->rm_body.rm_chunks[0]; in svc_rdma_xdr_decode_req()
271 va = &rmsgp->rm_body.rm_padded.rm_pempty[4]; in svc_rdma_xdr_decode_deferred_req()
281 va = &rmsgp->rm_body.rm_chunks[0]; in svc_rdma_xdr_decode_deferred_req()
340 &rmsgp->rm_body.rm_chunks[1]; in svc_rdma_xdr_get_reply_hdr_len()
365 rmsgp->rm_body.rm_chunks[0] = xdr_zero; in svc_rdma_xdr_encode_write_list()
[all …]
Drpc_rdma.c181 __be32 *iptr = headerp->rm_body.rm_chunks; in rpcrdma_create_chunks()
469 headerp->rm_body.rm_padded.rm_align = in rpcrdma_marshal_req()
471 headerp->rm_body.rm_padded.rm_thresh = in rpcrdma_marshal_req()
473 headerp->rm_body.rm_padded.rm_pempty[0] = xdr_zero; in rpcrdma_marshal_req()
474 headerp->rm_body.rm_padded.rm_pempty[1] = xdr_zero; in rpcrdma_marshal_req()
475 headerp->rm_body.rm_padded.rm_pempty[2] = xdr_zero; in rpcrdma_marshal_req()
480 headerp->rm_body.rm_nochunks.rm_empty[0] = xdr_zero; in rpcrdma_marshal_req()
481 headerp->rm_body.rm_nochunks.rm_empty[1] = xdr_zero; in rpcrdma_marshal_req()
482 headerp->rm_body.rm_nochunks.rm_empty[2] = xdr_zero; in rpcrdma_marshal_req()
791 if (headerp->rm_body.rm_chunks[0] != xdr_zero || in rpcrdma_reply_handler()
[all …]
Dsvc_rdma_recvfrom.c148 ch = (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; in map_read_chunks()
282 ch = (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; in fast_reg_read_chunks()
427 for (ch = (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; in rdma_read_xdr()
Dsvc_rdma_sendto.c397 &rdma_resp->rm_body.rm_chunks[1]; in send_write_chunks()
471 &rdma_resp->rm_body.rm_chunks[2]; in send_reply_chunks()
/linux-2.6.39/include/linux/sunrpc/
Dsvc_rdma.h239 (struct rpcrdma_read_chunk *)&rmsgp->rm_body.rm_chunks[0]; in svc_rdma_get_read_chunk()
254 if (rmsgp->rm_body.rm_chunks[0] != 0 in svc_rdma_get_write_array()
255 || rmsgp->rm_body.rm_chunks[1] == 0) in svc_rdma_get_write_array()
258 return (struct rpcrdma_write_array *)&rmsgp->rm_body.rm_chunks[1]; in svc_rdma_get_write_array()
274 if (rmsgp->rm_body.rm_chunks[0] != 0 || in svc_rdma_get_reply_array()
275 rmsgp->rm_body.rm_chunks[1] != 0) in svc_rdma_get_reply_array()
302 &rmsgp->rm_body.rm_chunks[2]; in svc_rdma_get_reply_array()
Drpc_rdma.h95 } rm_body; member