Searched refs:RxEarly (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | 3c574_cs.c | 163 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 837 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc574_reset() 840 | AdapterFailure | RxEarly, ioaddr + EL3_CMD); in tc574_reset() 949 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt() 969 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt() 973 if (status & RxEarly) { in el3_interrupt() 975 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
|
D | 3c589_cs.c | 83 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 645 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset() 820 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt() 824 if (status & RxEarly) { /* Rx early is unused. */ in el3_interrupt() 826 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
|
/linux-2.4.37.9/drivers/net/ |
D | 3c509.c | 131 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 676 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_start_xmit() 769 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) { in el3_interrupt() 773 if (status & RxEarly) { /* Rx early is unused. */ in el3_interrupt() 775 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt() 1327 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up()
|
D | 3c515.c | 229 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 901 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open() 1253 if (status & (AdapterFailure | RxEarly | StatsFull)) { in corkscrew_interrupt() 1255 if (status & RxEarly) { /* Rx early is unused. */ in corkscrew_interrupt() 1257 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in corkscrew_interrupt()
|
D | 3c59x.c | 661 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator 1662 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up() 1962 if (status & RxEarly) { /* Rx early is unused. */ in vortex_error() 1964 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in vortex_error() 2251 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) { in vortex_interrupt() 2383 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) in boomerang_interrupt()
|
D | dl2k.h | 183 RxEarly = 0x0020, enumerator
|