Searched refs:usbAcSendBytes (Results 1 – 3 of 3) sorted by relevance
2668 if (hpPriv->usbAcSendBytes[3] > (hpPriv->usbAcSendBytes[0]*2))2673 else if (hpPriv->usbAcSendBytes[2] > (hpPriv->usbAcSendBytes[0]*2))2678 else if (hpPriv->usbAcSendBytes[1] > (hpPriv->usbAcSendBytes[0]*2))2718 hpPriv->usbAcSendBytes[3] = 0;2719 hpPriv->usbAcSendBytes[2] = 0;2720 hpPriv->usbAcSendBytes[1] = 0;2721 hpPriv->usbAcSendBytes[0] = 0;
162 u32_t usbAcSendBytes[4]; member
343 hpPriv->usbAcSendBytes[ac&0x3] += zfwBufGetSize(dev, buf); in zfHpSend()