Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H A D3c515.c266 PktStatus = 0x400, DownListPtr = 0x404, FragAddr = 0x408, FragLen = enumerator
833 outl(0, ioaddr + DownListPtr); in corkscrew_open()
967 pr_debug(" Down list %8.8x vs. %p.\n", inl(ioaddr + DownListPtr), in corkscrew_timeout()
1028 if (inl(ioaddr + DownListPtr) == 0) { in corkscrew_start_xmit()
1030 ioaddr + DownListPtr); in corkscrew_start_xmit() local
1163 if (inl(ioaddr + DownListPtr) == isa_virt_to_bus(&lp->tx_ring[entry])) in corkscrew_interrupt()
1443 outl(0, ioaddr + DownListPtr); in corkscrew_close()
H A D3c59x.c534 PktStatus = 0x20, DownListPtr = 0x24, FragAddr = 0x28, FragLen = 0x2c, enumerator
1685 iowrite32(0, ioaddr + DownListPtr); in vortex_up()
1912 if (vp->cur_tx - vp->dirty_tx > 0 && ioread32(ioaddr + DownListPtr) == 0) in vortex_tx_timeout()
1914 ioaddr + DownListPtr); in vortex_tx_timeout()
2215 if (ioread32(ioaddr + DownListPtr) == 0) { in boomerang_start_xmit()
2216 iowrite32(vp->tx_ring_dma + entry * sizeof(struct boom_tx_desc), ioaddr + DownListPtr); in boomerang_start_xmit()
2422 if (ioread32(ioaddr + DownListPtr) == in _boomerang_interrupt()
2714 iowrite32(0, ioaddr + DownListPtr); in vortex_down()
2801 ioread32(ioaddr + DownListPtr), in dump_tx_ring()
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/
H A D3c515.c268 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() local
1167 if (inl(ioaddr + DownListPtr) == isa_virt_to_bus(&lp->tx_ring[entry])) in corkscrew_interrupt()
1447 outl(0, ioaddr + DownListPtr); in corkscrew_close()
H A D3c59x.c534 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()

Completed in 16 milliseconds