Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/3com/
D3c589_cs.c103 RxComplete = 0x0010, enumerator
478 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset()
617 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
623 if (status & RxComplete) in el3_interrupt()
D3c515.c206 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
860 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in corkscrew_open()
865 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open()
1162 if (status & RxComplete) in corkscrew_interrupt()
1229 RxComplete | AdapterFailure | in corkscrew_interrupt()
1257 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in corkscrew_interrupt()
D3c574_cs.c147 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
669 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset()
788 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt()
797 if (status & RxComplete) in el3_interrupt()
D3c509.c137 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
789 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
791 if (status & RxComplete) in el3_interrupt()
1311 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
D3c59x.c466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
1715 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in vortex_up()
1718 (vp->full_bus_master_rx ? 0 : RxComplete) | in vortex_up()
2311 if (status & RxComplete) in vortex_interrupt()
2370 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in vortex_interrupt()
/linux-4.4.14/drivers/net/ethernet/dlink/
Ddl2k.h158 RxComplete = 0x0010, enumerator