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

/drivers/net/ethernet/silan/
H A Dsc92031.c165 RxErr = 0x08000000, enumerator in enum:RxConfigBits
468 rx_config_bits |= RxSmall | RxHuge | RxErr | RxBroadcast
477 priv->rx_config &= ~(RxSmall | RxHuge | RxErr | RxBroadcast
/drivers/net/ethernet/realtek/
H A D8139too.c351 RxErr = 0x02, enumerator in enum:IntrStatusBits
681 TxErr | TxOK | RxErr | RxOK;
685 TxErr | TxOK | RxErr ;
2126 if (status & (RxUnderrun | RxErr))
2219 if (unlikely(status & (PCIErr | PCSTimeout | RxUnderrun | RxErr)))
H A D8139cp.c231 RxErr = (1 << 1), /* Rx error */ enumerator in enum:__anon2887
238 RxErr | RxOK | IntrResvd,
287 cp_rx_intr_mask = RxOK | RxErr | RxEmpty | RxFIFOOvr,
604 if (status & (RxOK | RxErr | RxEmpty | RxFIFOOvr))
H A Dr8169.c433 RxErr = 0x0002, enumerator in enum:rtl_register_content
1225 #define RTL_EVENT_NAPI_RX (RxOK | RxErr)
/drivers/net/ethernet/via/
H A Dvia-rhine.c399 RxOK=0x8000, RxWholePkt=0x0300, RxErr=0x008F enumerator in enum:rx_status_bits
1851 if ((desc_status & (RxWholePkt | RxErr)) != RxWholePkt) {
1863 } else if (desc_status & RxErr) {
/drivers/net/ethernet/
H A Dfealnx.c209 RxErr = 0x00000002, /* receive error */ enumerator in enum:intr_status_bits

Completed in 217 milliseconds