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

/drivers/net/ethernet/3com/
H A D3c515.c206 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:corkscrew_status
860 (vp->full_bus_master_rx ? UpComplete : RxComplete) |
865 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
1162 if (status & RxComplete)
1229 RxComplete | AdapterFailure |
1257 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete));
H A D3c574_cs.c148 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:elxl_status
670 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
789 (IntLatch | RxComplete | RxEarly | StatsFull)) {
798 if (status & RxComplete)
H A D3c589_cs.c99 RxComplete = 0x0010, enumerator in enum:c509status
463 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
603 (IntLatch | RxComplete | StatsFull)) {
609 if (status & RxComplete)
H A D3c509.c138 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:c509status
916 (IntLatch | RxComplete | StatsFull)) {
918 if (status & RxComplete)
1438 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull,
H A D3c59x.c466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:vortex_status
1719 (vp->full_bus_master_rx ? UpComplete : RxComplete) |
1722 (vp->full_bus_master_rx ? 0 : RxComplete) |
2272 if (status & RxComplete)
2329 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete));
/drivers/net/ethernet/dlink/
H A Ddl2k.h176 RxComplete = 0x0010, enumerator in enum:IntStatus_bits

Completed in 76 milliseconds