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

/linux-master/drivers/net/ethernet/3com/
H A D3c515.c202 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:corkscrew_status
850 (vp->full_bus_master_rx ? UpComplete : RxComplete) |
855 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
1152 if (status & RxComplete)
1219 RxComplete | AdapterFailure |
1247 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete));
H A D3c574_cs.c147 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:elxl_status
667 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
784 (IntLatch | RxComplete | RxEarly | StatsFull)) {
793 if (status & RxComplete)
H A D3c589_cs.c102 RxComplete = 0x0010, enumerator in enum:c509status
485 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull
623 (IntLatch | RxComplete | StatsFull)) {
629 if (status & RxComplete)
H A D3c509.c133 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:c509status
780 (IntLatch | RxComplete | StatsFull)) {
782 if (status & RxComplete)
1305 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull,
H A D3c59x.c466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:vortex_status
1700 (vp->full_bus_master_rx ? UpComplete : RxComplete) |
1703 (vp->full_bus_master_rx ? 0 : RxComplete) |
2293 if (status & RxComplete)
2352 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete));
/linux-master/drivers/net/ethernet/dlink/
H A Ddl2k.h155 RxComplete = 0x0010, enumerator in enum:IntStatus_bits

Completed in 239 milliseconds