Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/apple/
H A Dbmac.h55 # define RxLenCntExp 0x00000010 /* Length-error counter expired */ macro
89 RxLenCntExp | RxOverFlow | RxCodeViolation)
H A Dbmac.c1056 if (status & RxLenCntExp) dev->stats.rx_length_errors++; in bmac_misc_intr()