Home
last modified time | relevance | path

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

/drivers/net/ethernet/3com/
D3c574_cs.c147 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
666 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc574_reset()
669 | AdapterFailure | RxEarly, ioaddr + EL3_CMD); in tc574_reset()
785 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt()
807 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt()
811 if (status & RxEarly) { in el3_interrupt()
813 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
D3c589_cs.c103 RxEarly = 0x0020, enumerator
483 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset()
639 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt()
643 if (status & RxEarly) { in el3_interrupt()
646 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
D3c509.c133 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
794 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) { in el3_interrupt()
798 if (status & RxEarly) { /* Rx early is unused. */ in el3_interrupt()
800 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
1304 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up()
D3c515.c200 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
849 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open()
1189 if (status & (AdapterFailure | RxEarly | StatsFull)) { in corkscrew_interrupt()
1191 if (status & RxEarly) { /* Rx early is unused. */ in corkscrew_interrupt()
1193 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in corkscrew_interrupt()
D3c59x.c466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
1706 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up()
1975 if (status & RxEarly) /* Rx early is unused. */ in vortex_error()
1976 iowrite16(AckIntr | RxEarly, ioaddr + EL3_CMD); in vortex_error()
2323 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) { in _vortex_interrupt()
2326 if (status & RxEarly) in _vortex_interrupt()
2467 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) in _boomerang_interrupt()
/drivers/net/ethernet/dlink/
Ddl2k.h156 RxEarly = 0x0020, enumerator