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

/linux-4.1.27/drivers/net/ethernet/3com/
H A D3c515.c272 PktStatus = 0x400, DownListPtr = 0x404, FragAddr = 0x408, FragLen = enumerator in enum:MasterCtrl
847 outl(0, ioaddr + DownListPtr); corkscrew_open()
981 pr_debug(" Down list %8.8x vs. %p.\n", inl(ioaddr + DownListPtr), corkscrew_timeout()
1042 if (inl(ioaddr + DownListPtr) == 0) { corkscrew_start_xmit()
1044 ioaddr + DownListPtr); corkscrew_start_xmit() local
1177 if (inl(ioaddr + DownListPtr) == isa_virt_to_bus(&lp->tx_ring[entry])) corkscrew_interrupt()
1457 outl(0, ioaddr + DownListPtr); corkscrew_close()
H A D3c59x.c534 PktStatus = 0x20, DownListPtr = 0x24, FragAddr = 0x28, FragLen = 0x2c, enumerator in enum:MasterCtrl
1702 iowrite32(0, ioaddr + DownListPtr); vortex_up()
1936 if (vp->cur_tx - vp->dirty_tx > 0 && ioread32(ioaddr + DownListPtr) == 0) vortex_tx_timeout()
1938 ioaddr + DownListPtr); vortex_tx_timeout()
2228 if (ioread32(ioaddr + DownListPtr) == 0) { boomerang_start_xmit()
2229 iowrite32(vp->tx_ring_dma + entry * sizeof(struct boom_tx_desc), ioaddr + DownListPtr); boomerang_start_xmit()
2436 if (ioread32(ioaddr + DownListPtr) == boomerang_interrupt()
2723 iowrite32(0, ioaddr + DownListPtr); vortex_down()
2810 ioread32(ioaddr + DownListPtr), dump_tx_ring()

Completed in 101 milliseconds