Home
last modified time | relevance | path

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

/drivers/net/
D3c509.c138 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator
921 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) { in el3_interrupt()
929 if (status & TxComplete) { /* Really Tx error. */ in el3_interrupt()
1430 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
Ddl2k.h174 TxComplete = 0x0004, enumerator
D3c59x.c462 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()
1919 if (status & TxComplete) { /* Really "TxError" for us. */ in vortex_error()
2234 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) { in vortex_interrupt()
2366 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) in boomerang_interrupt()
D3c515.c206 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator
1224 TxComplete, ioaddr + EL3_CMD); in corkscrew_interrupt()
/drivers/net/pcmcia/
D3c589_cs.c82 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator
672 if (status & TxComplete) in el3_interrupt()
D3c574_cs.c157 IntLatch = 0x0001, AdapterFailure = 0x0002, TxComplete = 0x0004, enumerator
848 if (status & TxComplete) in el3_interrupt()