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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/pcmcia/
H A D3c574_cs.c150 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000 }; enumerator in enum:elxl_status
697 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
816 (IntLatch | RxComplete | RxEarly | StatsFull)) {
838 if (status & (AdapterFailure | RxEarly | StatsFull)) {
840 if (status & StatsFull)
H A D3c589_cs.c102 StatsFull = 0x0080, enumerator in enum:c509status
498 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
637 (IntLatch | RxComplete | StatsFull)) {
653 if (status & (AdapterFailure | RxEarly | StatsFull)) {
655 if (status & StatsFull) /* Empty statistics. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/pcmcia/
H A D3c574_cs.c150 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000 }; enumerator in enum:elxl_status
697 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
816 (IntLatch | RxComplete | RxEarly | StatsFull)) {
838 if (status & (AdapterFailure | RxEarly | StatsFull)) {
840 if (status & StatsFull)
H A D3c589_cs.c102 StatsFull = 0x0080, enumerator in enum:c509status
498 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
637 (IntLatch | RxComplete | StatsFull)) {
653 if (status & (AdapterFailure | RxEarly | StatsFull)) {
655 if (status & StatsFull) /* Empty statistics. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A D3c515.c207 IntReq = 0x0040, StatsFull = 0x0080, enumerator in enum:corkscrew_status
857 outw(SetStatusEnb | AdapterFailure | IntReq | StatsFull |
864 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
1202 if (status & (AdapterFailure | RxEarly | StatsFull)) {
1208 if (status & StatsFull) { /* Empty statistics. */
1215 if (DoneDidThat == 0 && inw(ioaddr + EL3_STATUS) & StatsFull) {
H A D3c509.c80 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000, }; enumerator in enum:c509status
838 (IntLatch | RxComplete | StatsFull)) {
850 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) {
852 if (status & StatsFull) /* Empty statistics. */
1360 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull,
H A D3c59x.c459 IntReq = 0x0040, StatsFull = 0x0080, enumerator in enum:vortex_status
1706 vp->status_enable = SetStatusEnb | HostError|IntReq|StatsFull|TxComplete|
1712 StatsFull | HostError | TxComplete | IntReq
1992 if (status & StatsFull) { /* Empty statistics. */
2000 ioread16(ioaddr + EL3_STATUS) & StatsFull) {
2004 (window_read16(vp, 5, 10) & ~StatsFull),
2006 vp->intr_enable &= ~StatsFull;
2284 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) {
2420 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A D3c515.c207 IntReq = 0x0040, StatsFull = 0x0080, enumerator in enum:corkscrew_status
857 outw(SetStatusEnb | AdapterFailure | IntReq | StatsFull |
864 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
1202 if (status & (AdapterFailure | RxEarly | StatsFull)) {
1208 if (status & StatsFull) { /* Empty statistics. */
1215 if (DoneDidThat == 0 && inw(ioaddr + EL3_STATUS) & StatsFull) {
H A D3c509.c80 IntReq = 0x0040, StatsFull = 0x0080, CmdBusy = 0x1000, }; enumerator in enum:c509status
838 (IntLatch | RxComplete | StatsFull)) {
850 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) {
852 if (status & StatsFull) /* Empty statistics. */
1360 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull,
H A D3c59x.c459 IntReq = 0x0040, StatsFull = 0x0080, enumerator in enum:vortex_status
1706 vp->status_enable = SetStatusEnb | HostError|IntReq|StatsFull|TxComplete|
1712 StatsFull | HostError | TxComplete | IntReq
1992 if (status & StatsFull) { /* Empty statistics. */
2000 ioread16(ioaddr + EL3_STATUS) & StatsFull) {
2004 (window_read16(vp, 5, 10) & ~StatsFull),
2006 vp->intr_enable &= ~StatsFull;
2284 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) {
2420 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq))

Completed in 130 milliseconds