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

/linux-master/include/uapi/linux/
H A Dsynclink.h90 #define RX_CRC_ERROR 1 macro
/linux-master/drivers/net/ethernet/amd/
H A 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)
814 if (status & RX_CRC_ERROR)
/linux-master/drivers/net/ethernet/cirrus/
H A Dcs89x0.h230 #define RX_CRC_ERROR 0x1000 macro
H A Dmac89x0.c449 if ((status & RX_CRC_ERROR) &&
H A Dcs89x0.c322 if ((status & RX_CRC_ERROR) && !(status & (RX_EXTRA_DATA | RX_RUNT)))
/linux-master/drivers/tty/
H A Dsynclink_gt.c4631 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK;

Completed in 161 milliseconds