Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/
Dau1000_eth.c164 # define RX_CRC_ERROR (1 << 21) macro
177 RX_COLL | RX_MII_ERROR | RX_CRC_ERROR | \
754 if (status & RX_CRC_ERROR) in au1000_update_rx_stats()
814 if (status & RX_CRC_ERROR) in au1000_rx()
/drivers/net/ethernet/cirrus/
Dcs89x0.h230 #define RX_CRC_ERROR 0x1000 macro
Dmac89x0.c449 if ((status & RX_CRC_ERROR) && in net_rx()
Dcs89x0.c321 if ((status & RX_CRC_ERROR) && !(status & (RX_EXTRA_DATA | RX_RUNT))) in count_rx_errors()
/drivers/char/pcmcia/
Dsynclink_cs.c3686 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; in rx_get_frame()
/drivers/tty/
Dsynclink_gt.c4649 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; in rx_get_frame()