Searched refs:RxComplete (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 103 RxComplete = 0x0010, enumerator 477 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset() 616 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 622 if (status & RxComplete) in el3_interrupt()
|
D | 3c515.c | 206 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()
|
D | 3c574_cs.c | 147 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 668 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset() 785 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt() 794 if (status & RxComplete) in el3_interrupt()
|
D | 3c509.c | 137 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 788 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 790 if (status & RxComplete) in el3_interrupt() 1311 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
|
D | 3c59x.c | 466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 1700 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in vortex_up() 1703 (vp->full_bus_master_rx ? 0 : RxComplete) | in vortex_up() 2293 if (status & RxComplete) in _vortex_interrupt() 2352 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in _vortex_interrupt()
|
/Linux-v4.19/drivers/net/ethernet/dlink/ |
D | dl2k.h | 158 RxComplete = 0x0010, enumerator
|