Searched refs:RxEarly (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/3com/ |
D | 3c574_cs.c | 147 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 666 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc574_reset() 669 | AdapterFailure | RxEarly, ioaddr + EL3_CMD); in tc574_reset() 787 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt() 809 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt() 813 if (status & RxEarly) { in el3_interrupt() 815 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
|
D | 3c589_cs.c | 104 RxEarly = 0x0020, enumerator 475 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset() 632 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt() 636 if (status & RxEarly) { in el3_interrupt() 639 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
|
D | 3c509.c | 137 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 800 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) { in el3_interrupt() 804 if (status & RxEarly) { /* Rx early is unused. */ in el3_interrupt() 806 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt() 1309 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up()
|
D | 3c515.c | 206 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 863 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open() 1203 if (status & (AdapterFailure | RxEarly | StatsFull)) { in corkscrew_interrupt() 1205 if (status & RxEarly) { /* Rx early is unused. */ in corkscrew_interrupt() 1207 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in corkscrew_interrupt()
|
D | 3c59x.c | 466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 1715 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up() 1991 if (status & RxEarly) /* Rx early is unused. */ in vortex_error() 1992 iowrite16(AckIntr | RxEarly, ioaddr + EL3_CMD); in vortex_error() 2335 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) { in vortex_interrupt() 2338 if (status & RxEarly) in vortex_interrupt() 2487 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) in boomerang_interrupt()
|
/drivers/net/ethernet/dlink/ |
D | dl2k.h | 159 RxEarly = 0x0020, enumerator
|