Searched refs:RxRing (Results 1 - 4 of 4) 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.c278 pAd->RxRing.Cell[index].AllocSize = RXD_SIZE;
279 pAd->RxRing.Cell[index].AllocVa = RingBaseVa;
280 RTMP_SetPhysicalAddressHigh(pAd->RxRing.Cell[index].
282 RTMP_SetPhysicalAddressLow(pAd->RxRing.Cell[index].
292 pDmaBuf = &pAd->RxRing.Cell[index].DmaBuf;
302 pAd->RxRing.Cell[index].pNdisPacket = pPacket;
307 DBGPRINT_ERR(("Failed to allocate RxRing's 1st buffer\n"));
315 pRxD = (struct rt_rxd *) pAd->RxRing.Cell[index].AllocVa;
364 pAd->RxRing.RxSwReadIdx = 0;
365 pAd->RxRing
[all...]
H A Dcmm_data_pci.c793 RTMP_IO_READ32(pAd, RX_DRX_IDX, &pAd->RxRing.RxDmaIdx);
795 if (pAd->RxRing.RxSwReadIdx == pAd->RxRing.RxDmaIdx) {
801 if (pAd->RxRing.RxDmaIdx > pAd->RxRing.RxSwReadIdx)
803 pAd->RxRing.RxDmaIdx - pAd->RxRing.RxSwReadIdx;
806 pAd->RxRing.RxDmaIdx + RX_RING_SIZE -
807 pAd->RxRing.RxSwReadIdx;
811 pRxCell = &pAd->RxRing
[all...]
H A Drtmp_init.c1463 Value = RTMP_GetPhysicalAddressLow(pAd->RxRing.Cell[0].AllocPa);
1468 pAd->RxRing.RxSwReadIdx = 0;
1469 pAd->RxRing.RxCpuIdx = RX_RING_SIZE - 1;
1470 RTMP_IO_WRITE32(pAd, RX_CRX_IDX, pAd->RxRing.RxCpuIdx);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h1838 struct rt_rtmp_rx_ring RxRing; member in struct:rt_rtmp_adapter

Completed in 82 milliseconds