Searched refs:pTxRing (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_data_pci.c44 struct rt_rtmp_tx_ring *pTxRing; local
50 pTxRing = &pAd->TxRing[pTxBlk->QueIdx];
52 pDMAHeaderBufVA = (u8 *)pTxRing->Cell[TxIdx].DmaBuf.AllocVa;
54 RTMP_GetPhysicalAddressLow(pTxRing->Cell[TxIdx].DmaBuf.AllocPa);
69 pTxRing->Cell[TxIdx].pNdisPacket = pTxBlk->pPacket;
70 pTxRing->Cell[TxIdx].pNextNdisPacket = NULL;
76 pTxD = (struct rt_txd *) pTxRing->Cell[TxIdx].AllocVa;
93 pTxRing->TxCpuIdx = TxIdx;
110 struct rt_rtmp_tx_ring *pTxRing; local
116 pTxRing
168 struct rt_rtmp_tx_ring *pTxRing; local
244 struct rt_rtmp_tx_ring *pTxRing; local
259 struct rt_rtmp_tx_ring *pTxRing; local
283 struct rt_rtmp_tx_ring *pTxRing; local
521 struct rt_rtmp_tx_ring *pTxRing; local
[all...]
H A Dcmm_mac_pci.c61 struct rt_rtmp_tx_ring *pTxRing; local
144 pTxRing = &pAd->TxRing[num];
146 pTxRing->Cell[index].pNdisPacket = NULL;
147 pTxRing->Cell[index].pNextNdisPacket = NULL;
149 pTxRing->Cell[index].AllocSize = TXD_SIZE;
150 pTxRing->Cell[index].AllocVa = RingBaseVa;
151 RTMP_SetPhysicalAddressHigh(pTxRing->
154 RTMP_SetPhysicalAddressLow(pTxRing->Cell[index].
159 pDmaBuf = &pTxRing->Cell[index].DmaBuf;
169 (struct rt_txd *) pTxRing
410 struct rt_rtmp_tx_ring *pTxRing; local
539 struct rt_rtmp_tx_ring *pTxRing; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dcmm_data_pci.c44 struct rt_rtmp_tx_ring *pTxRing; local
50 pTxRing = &pAd->TxRing[pTxBlk->QueIdx];
52 pDMAHeaderBufVA = (u8 *)pTxRing->Cell[TxIdx].DmaBuf.AllocVa;
54 RTMP_GetPhysicalAddressLow(pTxRing->Cell[TxIdx].DmaBuf.AllocPa);
69 pTxRing->Cell[TxIdx].pNdisPacket = pTxBlk->pPacket;
70 pTxRing->Cell[TxIdx].pNextNdisPacket = NULL;
76 pTxD = (struct rt_txd *) pTxRing->Cell[TxIdx].AllocVa;
93 pTxRing->TxCpuIdx = TxIdx;
110 struct rt_rtmp_tx_ring *pTxRing; local
116 pTxRing
168 struct rt_rtmp_tx_ring *pTxRing; local
244 struct rt_rtmp_tx_ring *pTxRing; local
259 struct rt_rtmp_tx_ring *pTxRing; local
283 struct rt_rtmp_tx_ring *pTxRing; local
521 struct rt_rtmp_tx_ring *pTxRing; local
[all...]
H A Dcmm_mac_pci.c61 struct rt_rtmp_tx_ring *pTxRing; local
144 pTxRing = &pAd->TxRing[num];
146 pTxRing->Cell[index].pNdisPacket = NULL;
147 pTxRing->Cell[index].pNextNdisPacket = NULL;
149 pTxRing->Cell[index].AllocSize = TXD_SIZE;
150 pTxRing->Cell[index].AllocVa = RingBaseVa;
151 RTMP_SetPhysicalAddressHigh(pTxRing->
154 RTMP_SetPhysicalAddressLow(pTxRing->Cell[index].
159 pDmaBuf = &pTxRing->Cell[index].DmaBuf;
169 (struct rt_txd *) pTxRing
410 struct rt_rtmp_tx_ring *pTxRing; local
539 struct rt_rtmp_tx_ring *pTxRing; local
[all...]

Completed in 75 milliseconds