Searched refs:TxAvailable (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 102 TxAvailable = 0x0008, enumerator 475 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset() 477 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset() 624 if (status & TxAvailable) { in el3_interrupt() 627 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt()
|
D | 3c515.c | 206 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 859 (vp->full_bus_master_tx ? DownComplete : TxAvailable) | in corkscrew_open() 863 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open() 865 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open() 1165 if (status & TxAvailable) { in corkscrew_interrupt() 1169 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in corkscrew_interrupt() 1228 outw(SetIntrEnb | TxAvailable | in corkscrew_interrupt()
|
D | 3c574_cs.c | 147 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 666 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc574_reset() 668 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset() 799 if (status & TxAvailable) { in el3_interrupt() 802 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt()
|
D | 3c509.c | 137 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 793 if (status & TxAvailable) { in el3_interrupt() 797 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt() 1309 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up() 1311 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
|
D | 3c59x.c | 466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 1706 (vp->full_bus_master_tx ? DownComplete : TxAvailable) | in vortex_up() 1709 vp->intr_enable = SetIntrEnb | IntLatch | TxAvailable | in vortex_up() 1715 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up() 2306 if (status & TxAvailable) { in vortex_interrupt() 2310 iowrite16(AckIntr | TxAvailable, ioaddr + EL3_CMD); in vortex_interrupt()
|