Home
last modified time | relevance | path

Searched refs:RxCRCCntExp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/apple/
H A Dbmac.h54 # define RxCRCCntExp 0x00000008 /* CRC-error counter expired */ macro
88 # define RxErrorMask (RxFrameCntExp | RxAlignCntExp | RxCRCCntExp | \
H A Dbmac.c1055 if (status & RxCRCCntExp) dev->stats.rx_crc_errors++; in bmac_misc_intr()