Home
last modified time | relevance | path

Searched refs:TxAvailable (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/3com/
H A D3c59x.c466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
1699 (vp->full_bus_master_tx ? DownComplete : TxAvailable) | in vortex_up()
1702 vp->intr_enable = SetIntrEnb | IntLatch | TxAvailable | in vortex_up()
1708 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up()
2296 if (status & TxAvailable) { in _vortex_interrupt()
2300 iowrite16(AckIntr | TxAvailable, ioaddr + EL3_CMD); in _vortex_interrupt()