Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/silan/
H A Dsc92031.c164 RxErr = 0x08000000, enumerator
465 rx_config_bits |= RxSmall | RxHuge | RxErr | RxBroadcast in _sc92031_set_rx_config()
474 priv->rx_config &= ~(RxSmall | RxHuge | RxErr | RxBroadcast in _sc92031_set_rx_config()
/linux/drivers/net/ethernet/realtek/
H A D8139cp.c232 RxErr = (1 << 1), /* Rx error */ enumerator
239 RxErr | RxOK | IntrResvd,
288 cp_rx_intr_mask = RxOK | RxErr | RxEmpty | RxFIFOOvr,
603 if (status & (RxOK | RxErr | RxEmpty | RxFIFOOvr)) in cp_interrupt()
/linux/drivers/net/ethernet/via/
H A Dvia-rhine.c404 RxOK=0x8000, RxWholePkt=0x0300, RxErr=0x008F enumerator
2057 if ((desc_status & (RxWholePkt | RxErr)) != RxWholePkt) { in rhine_rx()
2065 } else if (desc_status & RxErr) { in rhine_rx()