Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/
H A D3c589_cs.c101 TxAvailable = 0x0008, enumerator
474 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset()
476 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc589_reset()
622 if (status & TxAvailable) { in el3_interrupt()
625 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt()
H A D3c515.c200 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
845 (vp->full_bus_master_tx ? DownComplete : TxAvailable) | in corkscrew_open()
849 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open()
851 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in corkscrew_open()
1151 if (status & TxAvailable) { in corkscrew_interrupt()
1155 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in corkscrew_interrupt()
1214 outw(SetIntrEnb | TxAvailable | in corkscrew_interrupt()
H A D3c574_cs.c147 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
666 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc574_reset()
668 outw(SetIntrEnb | IntLatch | TxAvailable | RxComplete | StatsFull in tc574_reset()
797 if (status & TxAvailable) { in el3_interrupt()
800 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt()
H A D3c509.c133 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
787 if (status & TxAvailable) { in el3_interrupt()
791 outw(AckIntr | TxAvailable, ioaddr + EL3_CMD); in el3_interrupt()
1304 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up()
1306 outw(SetIntrEnb | IntLatch|TxAvailable|TxComplete|RxComplete|StatsFull, in el3_up()
H A D3c59x.c466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
1697 (vp->full_bus_master_tx ? DownComplete : TxAvailable) | in vortex_up()
1700 vp->intr_enable = SetIntrEnb | IntLatch | TxAvailable | in vortex_up()
1706 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up()
2294 if (status & TxAvailable) { in _vortex_interrupt()
2298 iowrite16(AckIntr | TxAvailable, ioaddr + EL3_CMD); in _vortex_interrupt()