Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dxdr_rdma.c155 int xp_off; /* overall offset */ member
402 if (xdrp->xp_off != 0) { in xdrrdma_getint32()
403 xdrp->xp_off += sizeof (int32_t); in xdrrdma_getint32()
452 if (xdrp->xp_off) { in xdrrdma_getbytes()
453 xpoff = xdrp->xp_off; in xdrrdma_getbytes()
589 if (xdrp->xp_off != 0) in xdrrdma_getbytes()
590 xdrp->xp_off += len; in xdrrdma_getbytes()
1527 if (xdrp->xp_off == 0) in xdrrdma_read_a_chunk()
1528 xdrp->xp_off = (xdrp->xp_offp - xdrs->x_base); in xdrrdma_read_a_chunk()
1530 if (cle == NULL || (cle->c_xdroff != xdrp->xp_off)) in xdrrdma_read_a_chunk()