Searched refs:TxSwQueue (Results 1 - 10 of 10) 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_data.c154 TRUE) /*&& (pAd->TxSwQueue[BulkOutPipeId].Number == 0) */) {
203 while (pAd->TxSwQueue[Index].Head != NULL) {
204 pQueue = (struct rt_queue_header *)&(pAd->TxSwQueue[Index]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_data.c758 if (&pAd->TxSwQueue[QueIdx] == NULL) {
775 pQueue = &pAd->TxSwQueue[QueIdx];
848 /*Remove the packet from the TxSwQueue and insert into pTxBlk */
1282 Number = pAd->TxSwQueue[QID_AC_BK].Number
1283 + pAd->TxSwQueue[QID_AC_BE].Number
1284 + pAd->TxSwQueue[QID_AC_VI].Number
1285 + pAd->TxSwQueue[QID_AC_VO].Number;
1287 if (pAd->TxSwQueue[QID_AC_VO].Head != NULL) {
1289 return (&pAd->TxSwQueue[QID_AC_VO]);
1290 } else if (pAd->TxSwQueue[QID_AC_V
[all...]
H A Dcmm_mac_pci.c356 InitializeQueueHeader(&pAd->TxSwQueue[index]);
459 while (pAd->TxSwQueue[RingType].Head != NULL) {
460 pEntry = RemoveHeadQueue(&pAd->TxSwQueue[RingType]);
548 /* Free TxSwQueue Packet */
555 pQueue = &pAd->TxSwQueue[index];
H A Dcmm_mac_usb.c180 InitializeQueueHeader(&pAd->TxSwQueue[acidx]);
H A Dcmm_wpa.c414 if (pAd->TxSwQueue[Index].
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_usb.c613 if ((pAd->TxSwQueue[BulkOutPipeId].Number > 0) &&
653 if ((pAd->TxSwQueue[BulkOutPipeId].Number > 0) &&
693 if ((pAd->TxSwQueue[BulkOutPipeId].Number > 0) &&
733 if ((pAd->TxSwQueue[BulkOutPipeId].Number > 0) &&
H A Drtmp.h1826 struct rt_queue_header TxSwQueue[NUM_OF_TX_RING]; /* 4 AC + 1 HCCA */ member in struct:rt_rtmp_adapter
1827 spinlock_t TxSwQueueLock[NUM_OF_TX_RING]; /* TxSwQueue spinlock */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Dmac_pci.h179 (pAd->TxSwQueue[QueIdx].Number == 0)) || (freeNum < 3))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dsync.c1592 if ((pAd->TxSwQueue[QID_AC_BK].Number != 0)
1593 || (pAd->TxSwQueue[QID_AC_BE].Number !=
1595 || (pAd->TxSwQueue[QID_AC_VI].Number !=
1597 || (pAd->TxSwQueue[QID_AC_VO].Number !=
H A Drtmp_data.c899 /* Dequeue outgoing frames from TxSwQueue[] and process it */
908 to STA device, and it will en-queue packets to our TxSwQueue depends on AC
916 NDIS_STATUS_SUCCESS If success to queue the packet into TxSwQueue.
1134 if (pAd->TxSwQueue[QueIdx].Number >= MAX_PACKETS_IN_QUEUE) {
1140 InsertTailQueueAc(pAd, pEntry, &pAd->TxSwQueue[QueIdx],

Completed in 140 milliseconds