Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dsynclink.h90 #define RX_CRC_ERROR 1 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dsynclink.h90 #define RX_CRC_ERROR 1 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsynclink.h88 #define RX_CRC_ERROR 1 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dsynclink.h75 #define RX_CRC_ERROR 1 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsynclink.h88 #define RX_CRC_ERROR 1 macro
/kernel/linux/linux-5.10/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) in au1000_update_rx_stats()
814 if (status & RX_CRC_ERROR) in au1000_rx()
/kernel/linux/linux-6.6/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) in au1000_update_rx_stats()
814 if (status & RX_CRC_ERROR) in au1000_rx()
/kernel/linux/linux-5.10/drivers/net/ethernet/cirrus/
H A Dcs89x0.h230 #define RX_CRC_ERROR 0x1000 macro
H A Dmac89x0.c446 if ((status & RX_CRC_ERROR) && in net_rx()
H A Dcs89x0.c321 if ((status & RX_CRC_ERROR) && !(status & (RX_EXTRA_DATA | RX_RUNT))) in count_rx_errors()
/kernel/linux/linux-6.6/drivers/net/ethernet/cirrus/
H A Dmac89x0.c449 if ((status & RX_CRC_ERROR) && in net_rx()
H A Dcs89x0.h230 #define RX_CRC_ERROR 0x1000 macro
H A Dcs89x0.c322 if ((status & RX_CRC_ERROR) && !(status & (RX_EXTRA_DATA | RX_RUNT))) in count_rx_errors()
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H A Dsynclink_cs.c3693 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; in rx_get_frame()
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclink.c6439 RX_CRC_ERROR : in mgsl_get_rx_frame()
H A Dsynclink_gt.c4671 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; in rx_get_frame()
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c4631 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; in rx_get_frame()

Completed in 46 milliseconds