Searched refs:wr_ary (Results 1 – 2 of 2) sorted by relevance
229 struct rpcrdma_write_array *wr_ary; in svc_rdma_xdr_get_reply_hdr_len() local234 wr_ary = (struct rpcrdma_write_array *) in svc_rdma_xdr_get_reply_hdr_len()236 if (wr_ary->wc_discrim) in svc_rdma_xdr_get_reply_hdr_len()237 wr_ary = (struct rpcrdma_write_array *) in svc_rdma_xdr_get_reply_hdr_len()238 &wr_ary->wc_array[be32_to_cpu(wr_ary->wc_nchunks)]. in svc_rdma_xdr_get_reply_hdr_len()241 wr_ary = (struct rpcrdma_write_array *) in svc_rdma_xdr_get_reply_hdr_len()242 &wr_ary->wc_nchunks; in svc_rdma_xdr_get_reply_hdr_len()245 if (wr_ary->wc_discrim) in svc_rdma_xdr_get_reply_hdr_len()246 wr_ary = (struct rpcrdma_write_array *) in svc_rdma_xdr_get_reply_hdr_len()247 &wr_ary->wc_array[be32_to_cpu(wr_ary->wc_nchunks)]; in svc_rdma_xdr_get_reply_hdr_len()[all …]
172 struct rpcrdma_write_array *wr_ary; in svc_rdma_get_reply_array() local194 wr_ary = svc_rdma_get_write_array(rmsgp); in svc_rdma_get_reply_array()195 if (wr_ary) { in svc_rdma_get_reply_array()196 int chunk = be32_to_cpu(wr_ary->wc_nchunks); in svc_rdma_get_reply_array()199 &wr_ary->wc_array[chunk].wc_target.rs_length; in svc_rdma_get_reply_array()