Searched refs:crc_errs (Results 1 – 6 of 6) sorted by relevance
62 unsigned short crc_errs; /* CRC-Error counter */ member
78 unsigned short crc_errs; /* CRC-Error counter */ member
70 u16 crc_errs; /* CRC-Error counter */ member
1208 crc = p->scb->crc_errs; /* get error-statistic from the ni82586 */ in elmc_get_stats()1209 p->scb->crc_errs -= crc; in elmc_get_stats()
1121 crc = swab16(p->scb->crc_errs); /* get error-statistic from the ni82586 */ in sun3_82586_get_stats()1122 p->scb->crc_errs = 0; in sun3_82586_get_stats()
1279 crc = readw(&p->scb->crc_errs); in ni52_get_stats()1280 writew(0, &p->scb->crc_errs); in ni52_get_stats()