Searched refs:usbRxRemainLen (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.c908 u16_t usbRxRemainLen; local
925 usbRxRemainLen = halPriv->usbRxRemainLen;
929 if (usbRxRemainLen != 0 )
939 index = usbRxRemainLen;
940 usbRxRemainLen -= halPriv->usbRxPadLen;
945 zfwMemoryCopy(&(BufPtr[usbRxPktLen]), srcBufPtr, usbRxRemainLen);
948 usbRxPktLen += usbRxRemainLen;
949 halPriv->usbRxRemainLen = 0;
1007 halPriv->usbRxRemainLen
[all...]
H A Dhpusb.h170 u16_t usbRxRemainLen; member in struct:zsHpPriv
H A Dhpmain.c121 ((struct zsHpPriv*)wd->hpPrivate)->usbRxRemainLen = 0;
245 ((struct zsHpPriv*)wd->hpPrivate)->usbRxRemainLen = 0;

Completed in 43 milliseconds