Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/3com/
D3c589_cs.c105 StatsFull = 0x0080, enumerator
476 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset()
614 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
630 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt()
632 if (status & StatsFull) /* Empty statistics. */ in el3_interrupt()
D3c574_cs.c148 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()
D3c515.c201 IntReq = 0x0040, StatsFull = 0x0080, enumerator
844 outw(SetStatusEnb | AdapterFailure | IntReq | StatsFull | in corkscrew_open()
851 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open()
1189 if (status & (AdapterFailure | RxEarly | StatsFull)) { in corkscrew_interrupt()
1195 if (status & StatsFull) { /* Empty statistics. */ in corkscrew_interrupt()
1202 if (DoneDidThat == 0 && inw(ioaddr + EL3_STATUS) & StatsFull) { in corkscrew_interrupt()
D3c509.c134 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000, }; enumerator
782 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
794 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) { in el3_interrupt()
796 if (status & StatsFull) /* Empty statistics. */ in el3_interrupt()
1306 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
D3c59x.c467 IntReq = 0x0040, StatsFull = 0x0080, enumerator
1696 vp->status_enable = SetStatusEnb | HostError|IntReq|StatsFull|TxComplete| in vortex_up()
1702 StatsFull | HostError | TxComplete | IntReq in vortex_up()
1978 if (status & StatsFull) { /* Empty statistics. */ in vortex_error()
1986 ioread16(ioaddr + EL3_STATUS) & StatsFull) { in vortex_error()
1990 (window_read16(vp, 5, 10) & ~StatsFull), in vortex_error()
1992 vp->intr_enable &= ~StatsFull; in vortex_error()
2323 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) { in _vortex_interrupt()
2467 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) in _boomerang_interrupt()