Searched refs:TxComplete (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | 3c509.c | 130 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 769 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) { in el3_interrupt() 777 if (status & TxComplete) { /* Really Tx error. */ in el3_interrupt() 1329 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
|
D | 3c59x.c | 660 IntLatch = 0x0001, HostError = 0x0002, TxComplete = 0x0004, enumerator 1652 vp->status_enable = SetStatusEnb | HostError|IntReq|StatsFull|TxComplete| in vortex_up() 1658 StatsFull | HostError | TxComplete | IntReq in vortex_up() 1936 if (status & TxComplete) { /* Really "TxError" for us. */ in vortex_error() 2251 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) { in vortex_interrupt() 2383 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) in boomerang_interrupt()
|
D | dl2k.h | 181 TxComplete = 0x0004, enumerator
|
D | dl2k.c | 93 UpdateStats | LinkEvent|TxComplete) 724 TxDMAIndicate | TxComplete | in start_xmit() 794 if ((int_status & (TxDMAComplete|IntRequested|TxComplete))) { in rio_interrupt()
|
D | 3c515.c | 228 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 1284 TxComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
|
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | 3c589_cs.c | 82 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 817 if (status & TxComplete) in el3_interrupt()
|
D | 3c574_cs.c | 162 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator 966 if (status & TxComplete) in el3_interrupt()
|