Searched refs:RxEarly (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/3com/ |
D | 3c574_cs.c | 147 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 665 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc574_reset() 668 | AdapterFailure | RxEarly, ioaddr + EL3_CMD); in tc574_reset() 784 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt() 806 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt() 810 if (status & RxEarly) { in el3_interrupt() 812 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
|
D | 3c589_cs.c | 103 RxEarly = 0x0020, enumerator 474 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset() 630 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt() 634 if (status & RxEarly) { in el3_interrupt() 637 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
|
D | 3c509.c | 133 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 792 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) { in el3_interrupt() 796 if (status & RxEarly) { /* Rx early is unused. */ in el3_interrupt() 798 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt() 1303 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up()
|
D | 3c515.c | 200 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 851 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open() 1191 if (status & (AdapterFailure | RxEarly | StatsFull)) { in corkscrew_interrupt() 1193 if (status & RxEarly) { /* Rx early is unused. */ in corkscrew_interrupt() 1195 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in corkscrew_interrupt()
|
D | 3c59x.c | 466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 1708 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up() 1977 if (status & RxEarly) /* Rx early is unused. */ in vortex_error() 1978 iowrite16(AckIntr | RxEarly, ioaddr + EL3_CMD); in vortex_error() 2325 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) { in _vortex_interrupt() 2328 if (status & RxEarly) in _vortex_interrupt() 2469 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) in _boomerang_interrupt()
|
/linux-6.1.9/drivers/net/ethernet/dlink/ |
D | dl2k.h | 156 RxEarly = 0x0020, enumerator
|