Searched refs:watchDogTxPendingCnt (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_bulk.c469 pAd->watchDogTxPendingCnt[BulkOutPipeId] = 1;
485 pAd->watchDogTxPendingCnt[BulkOutPipeId] = 0;
561 pAd->watchDogTxPendingCnt[0] = 1;
580 pAd->watchDogTxPendingCnt[0] = 0;
651 pAd->watchDogTxPendingCnt[MGMTPIPEIDX] = 1;
678 pAd->watchDogTxPendingCnt[MGMTPIPEIDX] = 0;
735 pAd->watchDogTxPendingCnt[0] = 1;
751 pAd->watchDogTxPendingCnt[0] = 0;
H A Drtusb_io.c1144 watchDogTxPendingCnt
1191 watchDogTxPendingCnt
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dusb_main_dev.c663 && pAd->watchDogTxPendingCnt) {
666 pAd->watchDogTxPendingCnt[idx]++;
668 if ((pAd->watchDogTxPendingCnt[idx] > 2) &&
719 idx, pAd->watchDogTxPendingCnt[idx],
731 && pAd->watchDogTxPendingCnt[idx] >
734 || pAd->watchDogTxPendingCnt[idx] >
H A Drt_usb.c224 pAd->watchDogTxPendingCnt[BulkOutPipeId] = 0;
312 pAd->watchDogTxPendingCnt[0] = 0;
406 pAd->watchDogTxPendingCnt[0] = 0;
H A Drtmp.h2067 unsigned long watchDogTxPendingCnt[NUM_OF_TX_RING]; member in struct:rt_rtmp_adapter

Completed in 140 milliseconds