Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsynclink.h90 #define RX_CRC_ERROR 1 macro
/linux/drivers/net/ethernet/cirrus/
H A Dcs89x0.h230 #define RX_CRC_ERROR 0x1000 macro
/linux/drivers/tty/
H A Dsynclink_gt.c4632 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; in rx_get_frame()