Searched refs:DownListPtr (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/net/
H A D3c515.c272 PktStatus = 0x400, DownListPtr = 0x404, FragAddr = 0x408, FragLen = enumerator in enum:MasterCtrl
846 outl(0, ioaddr + DownListPtr);
980 pr_debug(" Down list %8.8x vs. %p.\n", inl(ioaddr + DownListPtr),
1041 if (inl(ioaddr + DownListPtr) == 0) {
1043 ioaddr + DownListPtr); local
1176 if (inl(ioaddr + DownListPtr) == isa_virt_to_bus(&lp->tx_ring[entry]))
1460 outl(0, ioaddr + DownListPtr);
H A D3c59x.c526 PktStatus = 0x20, DownListPtr = 0x24, FragAddr = 0x28, FragLen = 0x2c, enumerator in enum:MasterCtrl
1695 iowrite32(0, ioaddr + DownListPtr);
1928 if (vp->cur_tx - vp->dirty_tx > 0 && ioread32(ioaddr + DownListPtr) == 0)
1930 ioaddr + DownListPtr);
2189 if (ioread32(ioaddr + DownListPtr) == 0) {
2190 iowrite32(vp->tx_ring_dma + entry * sizeof(struct boom_tx_desc), ioaddr + DownListPtr);
2386 if (ioread32(ioaddr + DownListPtr) ==
2667 iowrite32(0, ioaddr + DownListPtr);
2753 ioread32(ioaddr + DownListPtr),

Completed in 64 milliseconds