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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsun3_82586.h78 unsigned short crc_errs; /* CRC-Error counter */ member in struct:scb_struct
H A D3c523.h62 unsigned short crc_errs; /* CRC-Error counter */ member in struct:scb_struct
H A Dni52.h70 u16 crc_errs; /* CRC-Error counter */ member in struct:scb_struct
H A Dni52.c1243 crc = readw(&p->scb->crc_errs);
1244 writew(0, &p->scb->crc_errs);
H A Dsun3_82586.c1101 crc = swab16(p->scb->crc_errs); /* get error-statistic from the ni82586 */
1102 p->scb->crc_errs = 0;
H A D3c523.c1208 crc = p->scb->crc_errs; /* get error-statistic from the ni82586 */
1209 p->scb->crc_errs -= crc;

Completed in 138 milliseconds