Home
last modified time | relevance | path

Searched refs:StatsFull (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/net/pcmcia/
D3c589_cs.c84 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000 enumerator
647 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset()
800 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
820 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt()
822 if (status & StatsFull) /* Empty statistics. */ in el3_interrupt()
D3c574_cs.c164 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000 }; enumerator
839 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset()
949 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt()
969 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt()
971 if (status & StatsFull) in el3_interrupt()
/linux-2.4.37.9/drivers/net/
D3c509.c132 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000, }; enumerator
757 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
769 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) { in el3_interrupt()
771 if (status & StatsFull) /* Empty statistics. */ in el3_interrupt()
1329 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
D3c515.c230 IntReq = 0x0040, StatsFull = 0x0080, enumerator
896 outw(SetStatusEnb | AdapterFailure | IntReq | StatsFull | in corkscrew_open()
903 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open()
1253 if (status & (AdapterFailure | RxEarly | StatsFull)) { in corkscrew_interrupt()
1259 if (status & StatsFull) { /* Empty statistics. */ in corkscrew_interrupt()
1268 inw(ioaddr + EL3_STATUS) & StatsFull) { in corkscrew_interrupt()
D3c59x.c662 IntReq = 0x0040, StatsFull = 0x0080, enumerator
1652 vp->status_enable = SetStatusEnb | HostError|IntReq|StatsFull|TxComplete| in vortex_up()
1658 StatsFull | HostError | TxComplete | IntReq in vortex_up()
1966 if (status & StatsFull) { /* Empty statistics. */ in vortex_error()
1974 inw(ioaddr + EL3_STATUS) & StatsFull) { in vortex_error()
1978 outw(SetIntrEnb | (inw(ioaddr + 10) & ~StatsFull), ioaddr + EL3_CMD); in vortex_error()
1979 vp->intr_enable &= ~StatsFull; 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()