Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/3com/
A D3c589_cs.c102 RxComplete = 0x0010, enumerator
476 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset()
614 (IntLatch | RxComplete | StatsFull)) { in el3_interrupt()
620 if (status & RxComplete) in el3_interrupt()
A D3c515.c200 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
848 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in corkscrew_open()
853 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open()
1150 if (status & RxComplete) in corkscrew_interrupt()
1217 RxComplete | AdapterFailure | in corkscrew_interrupt()
1245 } while ((status = inw(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in corkscrew_interrupt()
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()
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()
A D3c59x.c466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
1700 (vp->full_bus_master_rx ? UpComplete : RxComplete) | in vortex_up()
1703 (vp->full_bus_master_rx ? 0 : RxComplete) | in vortex_up()
2293 if (status & RxComplete) in _vortex_interrupt()
2352 } while ((status = ioread16(ioaddr + EL3_STATUS)) & (IntLatch | RxComplete)); in _vortex_interrupt()
/linux/drivers/net/ethernet/dlink/
A Ddl2k.h155 RxComplete = 0x0010, enumerator

Completed in 24 milliseconds