Lines Matching refs:rci

3353 	rdma_chunkinfo_t rci;  in xdr_READ4args()  local
3372 rci.rci_type = RCI_WRITE_ADDR_CHUNK; in xdr_READ4args()
3373 rci.rci_len = objp->count; in xdr_READ4args()
3374 (void) XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_READ4args()
3382 rci.rci_type = RCI_WRITE_UIO_CHUNK; in xdr_READ4args()
3383 rci.rci_a.rci_uiop = objp->res_uiop; in xdr_READ4args()
3384 rci.rci_len = objp->count; in xdr_READ4args()
3385 rci.rci_clpp = &objp->wlist; in xdr_READ4args()
3387 rci.rci_type = RCI_WRITE_ADDR_CHUNK; in xdr_READ4args()
3388 rci.rci_a.rci_addr = objp->res_data_val_alt; in xdr_READ4args()
3389 rci.rci_len = objp->count; in xdr_READ4args()
3390 rci.rci_clpp = &objp->wlist; in xdr_READ4args()
3393 return (XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci)); in xdr_READ4args()
3676 rdma_chunkinfo_t rci; in xdr_READDIR4args() local
3681 rci.rci_type = RCI_REPLY_CHUNK; in xdr_READDIR4args()
3682 rci.rci_len = objp->maxcount; in xdr_READDIR4args()
3683 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_READDIR4args()
4176 rdma_chunkinfo_t rci; in xdr_nfs_argop4() local
4199 rci.rci_type = RCI_REPLY_CHUNK; in xdr_nfs_argop4()
4200 rci.rci_len = objp->nfs_argop4_u.opgetattr.mi->mi_tsize; in xdr_nfs_argop4()
4201 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_nfs_argop4()
4204 rci.rci_len); in xdr_nfs_argop4()
4290 rci.rci_type = RCI_REPLY_CHUNK; in xdr_nfs_argop4()
4291 rci.rci_len = MAXPATHLEN; in xdr_nfs_argop4()
4292 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_nfs_argop4()
5020 rdma_chunkinfo_t rci; in xdr_COMPOUND4args_clnt() local
5060 rci.rci_type = RCI_REPLY_CHUNK; in xdr_COMPOUND4args_clnt()
5061 rci.rci_len = MAXPATHLEN * 2; in xdr_COMPOUND4args_clnt()
5062 XDR_CONTROL(xdrs, XDR_RDMA_ADD_CHUNK, &rci); in xdr_COMPOUND4args_clnt()