Searched refs:BE_CR_STAT_RXLERR (Results 1 – 2 of 2) sorted by relevance
248 #define BE_CR_STAT_RXLERR 0x00000004 /* rx late error */ macro
747 if (why & (BE_CR_STAT_RXLERR | BE_CR_STAT_RXPERR | BE_CR_STAT_RXSERR)) { in beqint()751 if (why & BE_CR_STAT_RXLERR) in beqint()