Searched refs:RxComplete (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D3c515.c227 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:corkscrew_status
897 (vp->full_bus_master_rx ? UpComplete : RxComplete) |
902 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
1206 if (status & RxComplete)
1281 RxComplete | AdapterFailure |
1312 (IntLatch | RxComplete));
H A D3c509.c131 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:c509status
738 (IntLatch | RxComplete | StatsFull)) {
740 if (status & RxComplete)
1310 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull,
H A D3c59x.c31 - Don't set RxComplete in boomerang interrupt enable reg
611 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:vortex_status
1552 (vp->full_bus_master_rx ? UpComplete : RxComplete) |
1555 (vp->full_bus_master_rx ? 0 : RxComplete) |
2106 if (status & RxComplete)
2153 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete));
H A Ddl2k.h173 RxComplete = 0x0010, enumerator in enum:IntStatus_bits
H A Deepro100.c395 RxComplete=0x8000, RxOK=0x2000, enumerator in enum:RxFD_bits
1743 if (!(status & RxComplete))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A D3c574_cs.c163 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:elxl_status
837 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
947 (IntLatch | RxComplete | RxEarly | StatsFull)) {
954 if (status & RxComplete)
H A D3c589_cs.c83 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:c509status
647 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
837 (IntLatch | RxComplete | StatsFull)) {
844 if (status & RxComplete)

Completed in 97 milliseconds