Searched refs:RxComplete (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | 3c515.c | 229 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()
|
D | 3c509.c | 131 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()
|
D | dl2k.h | 182 RxComplete = 0x0010, enumerator
|
D | 3c59x.c | 661 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()
|
D | eepro100.c | 400 RxComplete=0x8000, RxOK=0x2000, enumerator 1777 if (!(status & RxComplete))
|
D | dl2k.c | 786 writew(DEFAULT_INTR & ~(RxDMAComplete | RxComplete), in rio_interrupt()
|
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | 3c589_cs.c | 83 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()
|
D | 3c574_cs.c | 163 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()
|