Home
last modified time | relevance | path

Searched refs:crc_errs (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/i825xx/
D3c523.h62 unsigned short crc_errs; /* CRC-Error counter */ member
Dsun3_82586.h78 unsigned short crc_errs; /* CRC-Error counter */ member
Dni52.h70 u16 crc_errs; /* CRC-Error counter */ member
D3c523.c1208 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()
Dsun3_82586.c1121 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()
Dni52.c1279 crc = readw(&p->scb->crc_errs); in ni52_get_stats()
1280 writew(0, &p->scb->crc_errs); in ni52_get_stats()