Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/3com/
D3c589_cs.c106 StatsFull = 0x0080, enumerator
478 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset()
617 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
633 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt()
635 if (status & StatsFull) /* Empty statistics. */ in el3_interrupt()
D3c574_cs.c148 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000 }; enumerator
669 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset()
788 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt()
810 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt()
812 if (status & StatsFull) in el3_interrupt()
D3c515.c207 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()
D3c509.c138 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000, }; enumerator
789 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
801 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) { in el3_interrupt()
803 if (status & StatsFull) /* Empty statistics. */ in el3_interrupt()
1311 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
D3c59x.c467 IntReq = 0x0040, StatsFull = 0x0080, enumerator
1713 vp->status_enable = SetStatusEnb | HostError|IntReq|StatsFull|TxComplete| in vortex_up()
1719 StatsFull | HostError | TxComplete | IntReq in vortex_up()
2002 if (status & StatsFull) { /* Empty statistics. */ in vortex_error()
2010 ioread16(ioaddr + EL3_STATUS) & StatsFull) { in vortex_error()
2014 (window_read16(vp, 5, 10) & ~StatsFull), in vortex_error()
2016 vp->intr_enable &= ~StatsFull; in vortex_error()
2343 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) { in vortex_interrupt()
2490 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) in boomerang_interrupt()