Home
last modified time | relevance | path

Searched refs:RxComplete (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/net/
D3c515.c229 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
898 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in corkscrew_open()
903 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open()
1207 if (status & RxComplete) in corkscrew_interrupt()
1282 RxComplete | AdapterFailure | in corkscrew_interrupt()
1313 (IntLatch | RxComplete)); in corkscrew_interrupt()
D3c509.c131 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
757 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
759 if (status & RxComplete) in el3_interrupt()
1329 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
Ddl2k.h182 RxComplete = 0x0010, enumerator
D3c59x.c661 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
1654 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in vortex_up()
1657 (vp->full_bus_master_rx ? 0 : RxComplete) | in vortex_up()
2221 if (status & RxComplete) in vortex_interrupt()
2273 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in vortex_interrupt()
Deepro100.c400 RxComplete=0x8000, RxOK=0x2000, enumerator
1777 if (!(status & RxComplete))
Ddl2k.c786 writew(DEFAULT_INTR & ~(RxDMAComplete | RxComplete), in rio_interrupt()
/linux-2.4.37.9/drivers/net/pcmcia/
D3c589_cs.c83 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
647 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset()
800 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
807 if (status & RxComplete) in el3_interrupt()
D3c574_cs.c163 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
839 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset()
949 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt()
956 if (status & RxComplete) in el3_interrupt()