Searched refs:xcnt (Results 1 – 3 of 3) sorted by relevance
1512 long cnt, xcnt; /* cannot use unsigned !! code: if (xcnt < 0) */ in initio_state_5() local1561 xcnt = (long) scb->buflen - cnt; /* xcnt== bytes already xferred */ in initio_state_5()1569 xcnt -= (long) sgp->len; in initio_state_5()1570 if (xcnt < 0) { /* this sgp xfer half done */ in initio_state_5()1571 xcnt += (long) sgp->len; /* xcnt == bytes xferred in this sgp */ in initio_state_5()1572 sgp->data += (u32) xcnt; /* new ptr to be xfer */ in initio_state_5()1573 sgp->len -= (u32) xcnt; /* new len to be xfer */ in initio_state_5()1586 scb->bufptr += (u32) xcnt; in initio_state_5()
605 int res = _SUCCESS, xcnt = 0; in r8712_xmitframe_complete() local677 xcnt++; in r8712_xmitframe_complete()
416 // Calculates the hw swizzle mask and adjusts the surface's xcnt to match473 // SRC_XCNT = (xcnt * src_cpp), or 0 if no src ref in swz (hw will hang)787 // fill in cpp/xcnt for both surfaces as if (cpp == 1)