Searched refs:PendingRx (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/rt2870/common/
H A Drtusb_io.c1364 while ((atomic_read(&pAd->PendingRx) > 0) &&
1367 if (atomic_read(&pAd->PendingRx) > 0)
1375 if ((atomic_read(&pAd->PendingRx) == 0) && (!RTMP_TEST_FLAG(pAd, fRTMP_ADAPTER_HALT_IN_PROGRESS)))
1407 /*while ((atomic_read(&pAd->PendingRx) > 0) && (!RTMP_TEST_FLAG(pAd, fRTMP_ADAPTER_NIC_NOT_EXIST))) */
1408 if ((pAd->PendingRx > 0)
1419 pAd->PendingRx = 0;
1515 if ((pAd->PendingRx > 0)
1532 pAd->PendingRx++;
1556 PendingRx--;
1571 /* pAd->PendingRx, pA
[all...]
H A Drtusb_bulk.c789 if ((pAd->PendingRx > 0) || (pRxContext->Readable == TRUE)
796 pAd->PendingRx++;
811 pAd->PendingRx--;
818 /*printk("BIDone, Pend=%d,BIIdx=%d,BIRIdx=%d!\n", pAd->PendingRx, pAd->NextRxBulkInIndex, pAd->NextRxBulkInReadIndex); */
1121 /*NdisInterlockedDecrement(&pAd->PendingRx); */
1122 /*pAd->PendingRx--; */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_main_dev.c270 /*while((i < 25) && atomic_read(&pAd->PendingRx) > 0) */
275 if (pAd->PendingRx == 0) {
H A Drt_usb.c466 /*NdisInterlockedDecrement(&pAd->PendingRx); */
467 pAd->PendingRx--;
H A Drtmp.h1847 u8 PendingRx; /* The Maximum pending Rx value should be RX_RING_SIZE. */ member in struct:rt_rtmp_adapter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_mac_usb.c60 /*InterlockedExchange(&pAd->PendingRx, 0); */
61 pAd->PendingRx = 0;

Completed in 89 milliseconds