Home
last modified time | relevance | path

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

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