/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 102 RxComplete = 0x0010, enumerator 485 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset() 623 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 629 if (status & RxComplete) in el3_interrupt()
|
H A 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()
|
H A D | 3c509.c | 133 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 782 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 784 if (status & RxComplete) in el3_interrupt() 1306 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
|
H A D | 3c515.c | 200 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 846 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in corkscrew_open() 851 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open() 1148 if (status & RxComplete) in corkscrew_interrupt() 1215 RxComplete | AdapterFailure | in corkscrew_interrupt() 1243 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in corkscrew_interrupt()
|
H A D | 3c59x.c | 466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 1698 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in vortex_up() 1701 (vp->full_bus_master_rx ? 0 : RxComplete) | in vortex_up() 2291 if (status & RxComplete) in _vortex_interrupt() 2350 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in _vortex_interrupt()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 102 RxComplete = 0x0010, enumerator 485 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset() 623 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 629 if (status & RxComplete) in el3_interrupt()
|
H A D | 3c509.c | 133 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 780 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt() 782 if (status & RxComplete) in el3_interrupt() 1305 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
|
H A D | 3c574_cs.c | 147 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 667 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset() 784 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt() 793 if (status & RxComplete) in el3_interrupt()
|
H A D | 3c515.c | 202 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 850 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in corkscrew_open() 855 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open() 1152 if (status & RxComplete) in corkscrew_interrupt() 1219 RxComplete | AdapterFailure | in corkscrew_interrupt() 1247 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in corkscrew_interrupt()
|
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/ |
H A D | dl2k.h | 155 RxComplete = 0x0010, enumerator
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dlink/ |
H A D | dl2k.h | 155 RxComplete = 0x0010, enumerator
|