Searched refs:StatsFull (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 105 StatsFull = 0x0080, enumerator 485 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset() 623 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 639 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt() 641 if (status & StatsFull) /* Empty statistics. */ in el3_interrupt()
|
D | 3c574_cs.c | 148 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000 }; enumerator 667 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset() 784 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt() 806 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt() 808 if (status & StatsFull) in el3_interrupt()
|
D | 3c515.c | 203 IntReq = 0x0040, StatsFull = 0x0080, enumerator 848 outw(SetStatusEnb | AdapterFailure | IntReq | StatsFull | in corkscrew_open() 855 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open() 1193 if (status & (AdapterFailure | RxEarly | StatsFull)) { in corkscrew_interrupt() 1199 if (status & StatsFull) { /* Empty statistics. */ in corkscrew_interrupt() 1206 if (DoneDidThat == 0 && inw(ioaddr + EL3_STATUS) & StatsFull) { in corkscrew_interrupt()
|
D | 3c509.c | 134 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000, }; enumerator 780 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 792 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) { in el3_interrupt() 794 if (status & StatsFull) /* Empty statistics. */ in el3_interrupt() 1305 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
|
D | 3c59x.c | 467 IntReq = 0x0040, StatsFull = 0x0080, enumerator 1698 vp->status_enable = SetStatusEnb | HostError|IntReq|StatsFull|TxComplete| in vortex_up() 1704 StatsFull | HostError | TxComplete | IntReq in vortex_up() 1980 if (status & StatsFull) { /* Empty statistics. */ in vortex_error() 1988 ioread16(ioaddr + EL3_STATUS) & StatsFull) { in vortex_error() 1992 (window_read16(vp, 5, 10) & ~StatsFull), in vortex_error() 1994 vp->intr_enable &= ~StatsFull; in vortex_error() 2325 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) { in _vortex_interrupt() 2469 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) in _boomerang_interrupt()
|