Home
last modified time | relevance | path

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

/drivers/net/pcmcia/
D3c589_cs.c84 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000 enumerator
496 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset()
655 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
675 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt()
677 if (status & StatsFull) /* Empty statistics. */ in el3_interrupt()
D3c574_cs.c159 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000 }; enumerator
714 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset()
829 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt()
851 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt()
853 if (status & StatsFull) in el3_interrupt()
/drivers/net/
D3c515.c208 IntReq = 0x0040, StatsFull = 0x0080, enumerator
847 outw(SetStatusEnb | AdapterFailure | IntReq | StatsFull | in corkscrew_open()
854 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open()
1197 if (status & (AdapterFailure | RxEarly | StatsFull)) { in corkscrew_interrupt()
1203 if (status & StatsFull) { /* Empty statistics. */ in corkscrew_interrupt()
1210 if (DoneDidThat == 0 && inw(ioaddr + EL3_STATUS) & StatsFull) { in corkscrew_interrupt()
D3c509.c140 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000, }; enumerator
909 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
921 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) { in el3_interrupt()
923 if (status & StatsFull) /* Empty statistics. */ in el3_interrupt()
1430 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
D3c59x.c464 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()
1950 if (status & StatsFull) { /* Empty statistics. */ in vortex_error()
1958 ioread16(ioaddr + EL3_STATUS) & StatsFull) { in vortex_error()
1962 iowrite16(SetIntrEnb | (ioread16(ioaddr + 10) & ~StatsFull), ioaddr + EL3_CMD); in vortex_error()
1963 vp->intr_enable &= ~StatsFull; 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()