Searched refs:StatsFull (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 106 StatsFull = 0x0080, enumerator 477 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset() 616 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 632 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt() 634 if (status & StatsFull) /* Empty statistics. */ in el3_interrupt()
|
D | 3c574_cs.c | 148 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000 }; enumerator 668 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset() 785 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt() 807 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt() 809 if (status & StatsFull) in el3_interrupt()
|
D | 3c515.c | 207 IntReq = 0x0040, StatsFull = 0x0080, enumerator 858 outw(SetStatusEnb | AdapterFailure | IntReq | StatsFull | in corkscrew_open() 865 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open() 1203 if (status & (AdapterFailure | RxEarly | StatsFull)) { in corkscrew_interrupt() 1209 if (status & StatsFull) { /* Empty statistics. */ in corkscrew_interrupt() 1216 if (DoneDidThat == 0 && inw(ioaddr + EL3_STATUS) & StatsFull) { in corkscrew_interrupt()
|
D | 3c509.c | 138 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000, }; enumerator 788 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 800 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) { in el3_interrupt() 802 if (status & StatsFull) /* Empty statistics. */ in el3_interrupt() 1311 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()
|