Searched refs:RingType (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_mac_pci.c403 void RTMPRingCleanUp(struct rt_rtmp_adapter *pAd, u8 RingType) argument
415 ("RTMPRingCleanUp(RingIdx=%d, Pending-NDIS=%ld)\n", RingType,
417 switch (RingType) {
423 pTxRing = &pAd->TxRing[RingType];
449 RTMP_IO_READ32(pAd, TX_DTX_IDX0 + RingType * 0x10,
453 RTMP_IO_WRITE32(pAd, TX_CTX_IDX0 + RingType * 0x10,
459 while (pAd->TxSwQueue[RingType].Head != NULL) {
460 pEntry = RemoveHeadQueue(&pAd->TxSwQueue[RingType]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h2331 void RTMPRingCleanUp(struct rt_rtmp_adapter *pAd, u8 RingType);
2482 u8 RingType,

Completed in 65 milliseconds