Searched refs:DownListPtr (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/3com/ |
D | 3c515.c | 268 PktStatus = 0x400, DownListPtr = 0x404, FragAddr = 0x408, FragLen = enumerator 837 outl(0, ioaddr + DownListPtr); in corkscrew_open() 971 pr_debug(" Down list %8.8x vs. %p.\n", inl(ioaddr + DownListPtr), in corkscrew_timeout() 1032 if (inl(ioaddr + DownListPtr) == 0) { in corkscrew_start_xmit() 1034 ioaddr + DownListPtr); in corkscrew_start_xmit() 1167 if (inl(ioaddr + DownListPtr) == isa_virt_to_bus(&lp->tx_ring[entry])) in corkscrew_interrupt() 1447 outl(0, ioaddr + DownListPtr); in corkscrew_close()
|
D | 3c59x.c | 534 PktStatus = 0x20, DownListPtr = 0x24, FragAddr = 0x28, FragLen = 0x2c, enumerator 1687 iowrite32(0, ioaddr + DownListPtr); in vortex_up() 1914 if (vp->cur_tx - vp->dirty_tx > 0 && ioread32(ioaddr + DownListPtr) == 0) in vortex_tx_timeout() 1916 ioaddr + DownListPtr); in vortex_tx_timeout() 2217 if (ioread32(ioaddr + DownListPtr) == 0) { in boomerang_start_xmit() 2218 iowrite32(vp->tx_ring_dma + entry * sizeof(struct boom_tx_desc), ioaddr + DownListPtr); in boomerang_start_xmit() 2424 if (ioread32(ioaddr + DownListPtr) == in _boomerang_interrupt() 2716 iowrite32(0, ioaddr + DownListPtr); in vortex_down() 2803 ioread32(ioaddr + DownListPtr), in dump_tx_ring()
|