Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dbmac.h58 # define RxCRCCntExp 0x00000008 /* CRC-error counter expired */ macro
92 # define RxErrorMask (RxFrameCntExp | RxAlignCntExp | RxCRCCntExp | \
Dbmac.c1071 if (status & RxCRCCntExp) dev->stats.rx_crc_errors++; in bmac_misc_intr()