Searched refs:TxAvailable (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | 3c509.c | 131 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 676 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_start_xmit() 762 if (status & TxAvailable) { in el3_interrupt() 766 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt() 1327 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up() 1329 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
|
D | 3c515.c | 229 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 897 (vp->full_bus_master_tx ? DownComplete : TxAvailable) | in corkscrew_open() 901 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open() 903 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open() 1210 if (status & TxAvailable) { in corkscrew_interrupt() 1215 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in corkscrew_interrupt() 1281 outw(SetIntrEnb | TxAvailable | in corkscrew_interrupt()
|
D | 3c59x.c | 661 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 1653 (vp->full_bus_master_tx ? DownComplete : TxAvailable) | in vortex_up() 1656 vp->intr_enable = SetIntrEnb | IntLatch | TxAvailable | in vortex_up() 1662 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up() 2224 if (status & TxAvailable) { in vortex_interrupt() 2228 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in vortex_interrupt()
|
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | 3c589_cs.c | 83 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 645 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset() 647 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset() 810 if (status & TxAvailable) { in el3_interrupt() 813 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt()
|
D | 3c574_cs.c | 163 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 837 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc574_reset() 839 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset() 959 if (status & TxAvailable) { in el3_interrupt() 962 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt()
|