Searched refs:rpcrdma_write_array (Results 1 – 5 of 5) sorted by relevance
88 struct rpcrdma_write_array *ary = in decode_write_list()89 (struct rpcrdma_write_array *)va; in decode_write_list()95 if ((unsigned long)ary + sizeof(struct rpcrdma_write_array) > in decode_write_list()122 struct rpcrdma_write_array *ary = in decode_reply_array()123 (struct rpcrdma_write_array *)va; in decode_reply_array()129 if ((unsigned long)ary + sizeof(struct rpcrdma_write_array) > in decode_reply_array()229 struct rpcrdma_write_array *wr_ary; in svc_rdma_xdr_get_reply_hdr_len()234 wr_ary = (struct rpcrdma_write_array *) in svc_rdma_xdr_get_reply_hdr_len()237 wr_ary = (struct rpcrdma_write_array *) in svc_rdma_xdr_get_reply_hdr_len()241 wr_ary = (struct rpcrdma_write_array *) in svc_rdma_xdr_get_reply_hdr_len()[all …]
156 static struct rpcrdma_write_array *162 return (struct rpcrdma_write_array *)&rmsgp->rm_body.rm_chunks[1]; in svc_rdma_get_write_array()168 static struct rpcrdma_write_array *172 struct rpcrdma_write_array *wr_ary; in svc_rdma_get_reply_array()173 struct rpcrdma_write_array *rp_ary; in svc_rdma_get_reply_array()190 rp_ary = (struct rpcrdma_write_array *)&rch->rc_target; in svc_rdma_get_reply_array()198 rp_ary = (struct rpcrdma_write_array *) in svc_rdma_get_reply_array()204 rp_ary = (struct rpcrdma_write_array *)&rmsgp->rm_body.rm_chunks[2]; in svc_rdma_get_reply_array()317 struct rpcrdma_write_array *arg_ary; in send_write_chunks()318 struct rpcrdma_write_array *res_ary; in send_write_chunks()[all …]
252 struct rpcrdma_write_array *warray = NULL; in rpcrdma_create_chunks()265 warray = (struct rpcrdma_write_array *) iptr; in rpcrdma_create_chunks()
190 extern void svc_rdma_xdr_encode_reply_array(struct rpcrdma_write_array *, int);191 extern void svc_rdma_xdr_encode_array_chunk(struct rpcrdma_write_array *, int,
73 struct rpcrdma_write_array { struct