Searched refs:RX_CRC_ERROR (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/amd/
H A Dau1000_eth.c183 # define RX_CRC_ERROR (1 << 21) macro
196 RX_COLL | RX_MII_ERROR | RX_CRC_ERROR | \
817 if (status & RX_CRC_ERROR) au1000_update_rx_stats()
877 if (status & RX_CRC_ERROR) au1000_rx()
/linux-4.1.27/include/uapi/linux/
H A Dsynclink.h89 #define RX_CRC_ERROR 1 macro
/linux-4.1.27/drivers/net/ethernet/cirrus/
H A Dcs89x0.h230 #define RX_CRC_ERROR 0x1000 macro
H A Dmac89x0.c495 if ((status & RX_CRC_ERROR) && net_rx()
H A Dcs89x0.c319 if ((status & RX_CRC_ERROR) && !(status & (RX_EXTRA_DATA | RX_RUNT))) count_rx_errors()
/linux-4.1.27/drivers/char/pcmcia/
H A Dsynclink_cs.c3728 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; rx_get_frame()
/linux-4.1.27/drivers/tty/
H A Dsynclink_gt.c4764 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; rx_get_frame()
H A Dsynclink.c6658 RX_CRC_ERROR : mgsl_get_rx_frame()

Completed in 675 milliseconds