Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/3com/
H A D3c589_cs.c102 RxComplete = 0x0010, enumerator
485 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset()
623 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
629 if (status & RxComplete) in el3_interrupt()
H A D3c515.c199 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
847 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in corkscrew_open()
852 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open()
1149 if (status & RxComplete) in corkscrew_interrupt()
1216 RxComplete | AdapterFailure | in corkscrew_interrupt()
1244 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in corkscrew_interrupt()
H A D3c574_cs.c147 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
667 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset()
784 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt()
793 if (status & RxComplete) in el3_interrupt()
H A D3c509.c133 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
780 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
782 if (status & RxComplete) in el3_interrupt()
1305 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
/linux/drivers/net/ethernet/dlink/
H A Ddl2k.h155 RxComplete = 0x0010, enumerator