Searched refs:xcnt (Results 1 – 1 of 1) sorted by relevance
1542 long cnt, xcnt; /* cannot use unsigned !! code: if (xcnt < 0) */ in initio_state_5() local1591 xcnt = (long) scb->buflen - cnt; /* xcnt== bytes already xferred */ in initio_state_5()1599 xcnt -= (long) sgp->len; in initio_state_5()1600 if (xcnt < 0) { /* this sgp xfer half done */ in initio_state_5()1601 xcnt += (long) sgp->len; /* xcnt == bytes xferred in this sgp */ in initio_state_5()1602 sgp->data += (u32) xcnt; /* new ptr to be xfer */ in initio_state_5()1603 sgp->len -= (u32) xcnt; /* new len to be xfer */ in initio_state_5()1616 scb->bufptr += (u32) xcnt; in initio_state_5()