Home
last modified time | relevance | path

Searched refs:RxEarly (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/net/pcmcia/
D3c574_cs.c163 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()
D3c589_cs.c83 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/
D3c509.c131 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()
D3c515.c229 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()
D3c59x.c661 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()
Ddl2k.h183 RxEarly = 0x0020, enumerator