Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/realtek/
D8139too.c355 RxErr = 0x02, enumerator
684 TxErr | TxOK | RxErr | RxOK;
688 TxErr | TxOK | RxErr ;
2108 if (status & (RxUnderrun | RxErr)) in rtl8139_weird_interrupt()
2198 if (unlikely(status & (PCIErr | PCSTimeout | RxUnderrun | RxErr))) in rtl8139_interrupt()
D8139cp.c232 RxErr = (1 << 1), /* Rx error */ enumerator
239 RxErr | RxOK | IntrResvd,
288 cp_rx_intr_mask = RxOK | RxErr | RxEmpty | RxFIFOOvr,
598 if (status & (RxOK | RxErr | RxEmpty | RxFIFOOvr)) in cp_interrupt()
Dr8169.c411 RxErr = 0x0002, enumerator
1345 #define RTL_EVENT_NAPI_RX (RxOK | RxErr)
/Linux-v4.19/drivers/net/ethernet/silan/
Dsc92031.c163 RxErr = 0x08000000, enumerator
466 rx_config_bits |= RxSmall | RxHuge | RxErr | RxBroadcast in _sc92031_set_rx_config()
475 priv->rx_config &= ~(RxSmall | RxHuge | RxErr | RxBroadcast in _sc92031_set_rx_config()
/Linux-v4.19/drivers/net/ethernet/via/
Dvia-rhine.c410 RxOK=0x8000, RxWholePkt=0x0300, RxErr=0x008F enumerator
2068 if ((desc_status & (RxWholePkt | RxErr)) != RxWholePkt) { in rhine_rx()
2076 } else if (desc_status & RxErr) { in rhine_rx()
/Linux-v4.19/drivers/net/ethernet/
Dfealnx.c209 RxErr = 0x00000002, /* receive error */ enumerator