Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/3com/
D3c574_cs.c147 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
667 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc574_reset()
670 | AdapterFailure | RxEarly, ioaddr + EL3_CMD); in tc574_reset()
788 (IntLatch | RxComplete | RxEarly | StatsFull)) { in el3_interrupt()
810 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt()
814 if (status & RxEarly) { in el3_interrupt()
816 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
D3c589_cs.c104 RxEarly = 0x0020, enumerator
476 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in tc589_reset()
633 if (status & (AdapterFailure | RxEarly | StatsFull)) { in el3_interrupt()
637 if (status & RxEarly) { in el3_interrupt()
640 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
D3c509.c137 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
801 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) { in el3_interrupt()
805 if (status & RxEarly) { /* Rx early is unused. */ in el3_interrupt()
807 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in el3_interrupt()
1309 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in el3_up()
D3c515.c206 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
863 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in corkscrew_open()
1203 if (status & (AdapterFailure | RxEarly | StatsFull)) { in corkscrew_interrupt()
1205 if (status & RxEarly) { /* Rx early is unused. */ in corkscrew_interrupt()
1207 outw(AckIntr | RxEarly, ioaddr + EL3_CMD); in corkscrew_interrupt()
D3c59x.c466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator
1723 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq, in vortex_up()
1999 if (status & RxEarly) /* Rx early is unused. */ in vortex_error()
2000 iowrite16(AckIntr | RxEarly, ioaddr + EL3_CMD); in vortex_error()
2343 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) { in vortex_interrupt()
2346 if (status & RxEarly) in vortex_interrupt()
2490 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) in boomerang_interrupt()
/linux-4.4.14/drivers/net/ethernet/dlink/
Ddl2k.h159 RxEarly = 0x0020, enumerator