Searched refs:TxAvailable (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 101 TxAvailable = 0x0008, enumerator 474 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset() 476 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset() 622 if (status & TxAvailable) { in el3_interrupt() 625 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt()
|
D | 3c515.c | 200 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 847 (vp->full_bus_master_tx ? DownComplete : TxAvailable) | in corkscrew_open() 851 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open() 853 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open() 1153 if (status & TxAvailable) { in corkscrew_interrupt() 1157 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in corkscrew_interrupt() 1216 outw(SetIntrEnb | TxAvailable | in corkscrew_interrupt()
|
D | 3c574_cs.c | 147 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 665 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc574_reset() 667 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset() 796 if (status & TxAvailable) { in el3_interrupt() 799 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt()
|
D | 3c509.c | 133 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 785 if (status & TxAvailable) { in el3_interrupt() 789 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt() 1303 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up() 1305 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
|
D | 3c59x.c | 466 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()
|