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

/linux-master/drivers/net/ethernet/3com/
H A D3c574_cs.c148 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000 }; enumerator in enum:elxl_status
667 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
784 (IntLatch | RxComplete | RxEarly | StatsFull)) {
806 if (status & (AdapterFailure | RxEarly | StatsFull)) {
808 if (status & StatsFull)
H A D3c589_cs.c105 StatsFull = 0x0080, enumerator in enum:c509status
485 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
623 (IntLatch | RxComplete | StatsFull)) {
639 if (status & (AdapterFailure | RxEarly | StatsFull)) {
641 if (status & StatsFull) /* Empty statistics. */
H A D3c515.c203 IntReq = 0x0040, StatsFull = 0x0080, enumerator in enum:corkscrew_status
848 outw(SetStatusEnb | AdapterFailure | IntReq | StatsFull |
855 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
1193 if (status & (AdapterFailure | RxEarly | StatsFull)) {
1199 if (status & StatsFull) { /* Empty statistics. */
1206 if (DoneDidThat == 0 && inw(ioaddr + EL3_STATUS) & StatsFull) {
H A D3c509.c134 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000, }; enumerator in enum:c509status
780 (IntLatch | RxComplete | StatsFull)) {
792 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) {
794 if (status & StatsFull) /* Empty statistics. */
1305 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull,
H A D3c59x.c467 IntReq = 0x0040, StatsFull = 0x0080, enumerator in enum:vortex_status
1698 vp->status_enable = SetStatusEnb | HostError|IntReq|StatsFull|TxComplete|
1704 StatsFull | HostError | TxComplete | IntReq
1980 if (status & StatsFull) { /* Empty statistics. */
1988 ioread16(ioaddr + EL3_STATUS) & StatsFull) {
1992 (window_read16(vp, 5, 10) & ~StatsFull),
1994 vp->intr_enable &= ~StatsFull;
2325 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) {
2469 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq))

Completed in 177 milliseconds