Searched refs:usbAcSendBytes (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.h156 u32_t usbAcSendBytes[4]; member in struct:zsHpPriv
H A Dhpmain.c2492 if (hpPriv->usbAcSendBytes[3] > (hpPriv->usbAcSendBytes[0]*2))
2497 else if (hpPriv->usbAcSendBytes[2] > (hpPriv->usbAcSendBytes[0]*2))
2502 else if (hpPriv->usbAcSendBytes[1] > (hpPriv->usbAcSendBytes[0]*2))
2542 hpPriv->usbAcSendBytes[3] = 0;
2543 hpPriv->usbAcSendBytes[2] = 0;
2544 hpPriv->usbAcSendBytes[1] = 0;
2545 hpPriv->usbAcSendBytes[
[all...]
H A Dhpusb.c339 hpPriv->usbAcSendBytes[ac&0x3] += zfwBufGetSize(dev, buf);

Completed in 61 milliseconds