Searched refs:rspLen (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dpub_usb.h48 void (*zfcbUsbRegIn)(zdev_t* dev, u32_t* rsp, u16_t rspLen);
61 /* void (*zfcbUsbRegIn)(zdev_t* dev, u32_t* rsp, u16_t rspLen); */
H A Dccmd.c35 extern void zfiUsbRegIn(zdev_t *dev, u32_t *rsp, u16_t rspLen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpusb.c33 extern void zfIdlRsp(zdev_t* dev, u32_t* rsp, u16_t rspLen);
553 void zfiUsbRegIn(zdev_t* dev, u32_t* rsp, u16_t rspLen);
593 u16_t rspLen; local
598 rspLen = (u16_t) zfwBufGetSize(dev, buf)-ZM_INT_USE_EP2_HEADER_SIZE;
600 if (rspLen > 60)
602 zm_debug_msg1("Get error len by EP2 = \n", rspLen);
608 for (rspi=0; rspi<rspLen; rspi++)
615 // adapter->zfcbUsbRegIn(adapter, rsp, rspLen);
616 zfiUsbRegIn(dev, rsp, rspLen);
1179 void zfiUsbRegIn(zdev_t* dev, u32_t* rsp, u16_t rspLen) argument
[all...]
H A Dhprw.c212 void zfIdlRsp(zdev_t* dev, u32_t* rsp, u16_t rspLen) argument
H A Dhpmain.c37 extern void zfIdlRsp(zdev_t* dev, u32_t* rsp, u16_t rspLen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Dwwrap.c34 extern void zfIdlChkRsp(zdev_t *dev, u32_t *rsp, u16_t rspLen);
35 extern void zfIdlRsp(zdev_t *dev, u32_t *rsp, u16_t rspLen);

Completed in 133 milliseconds