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

/linux-master/drivers/net/ethernet/3com/
H A D3c574_cs.c147 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:elxl_status
665 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
668 | AdapterFailure | RxEarly, ioaddr + EL3_CMD);
784 (IntLatch | RxComplete | RxEarly | StatsFull)) {
806 if (status & (AdapterFailure | RxEarly | StatsFull)) {
810 if (status & RxEarly) {
812 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
H A D3c589_cs.c103 RxEarly = 0x0020, enumerator in enum:c509status
483 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
639 if (status & (AdapterFailure | RxEarly | StatsFull)) {
643 if (status & RxEarly) {
646 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
H A D3c509.c133 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:c509status
792 if (status & (AdapterFailure | RxEarly | StatsFull | TxComplete)) {
796 if (status & RxEarly) { /* Rx early is unused. */
798 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
1303 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
H A D3c515.c202 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:corkscrew_status
853 outw(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
1193 if (status & (AdapterFailure | RxEarly | StatsFull)) {
1195 if (status & RxEarly) { /* Rx early is unused. */
1197 outw(AckIntr | RxEarly, ioaddr + EL3_CMD);
H A D3c59x.c466 TxAvailable = 0x0008, RxComplete = 0x0010, RxEarly = 0x0020, enumerator in enum:vortex_status
1673 /* Initialize the RxEarly register as recommended. */
1708 iowrite16(AckIntr | IntLatch | TxAvailable | RxEarly | IntReq,
1977 if (status & RxEarly) /* Rx early is unused. */
1978 iowrite16(AckIntr | RxEarly, ioaddr + EL3_CMD);
2325 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq)) {
2328 if (status & RxEarly)
2469 if (status & (HostError | RxEarly | StatsFull | TxComplete | IntReq))
/linux-master/drivers/net/ethernet/dlink/
H A Ddl2k.h156 RxEarly = 0x0020, enumerator in enum:IntStatus_bits

Completed in 137 milliseconds