Home
last modified time | relevance | path

Searched refs:crc_errors (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c172 size_t crc_errors; in bhnd_nvram_sprom_ident() local
177 crc_errors = 0; in bhnd_nvram_sprom_ident()
223 crc_errors++; in bhnd_nvram_sprom_ident()
283 if (crc_errors > 0 && BHND_NV_VERBOSE) { in bhnd_nvram_sprom_ident()
285 crc_errors); in bhnd_nvram_sprom_ident()
/freebsd-12.1/sys/dev/ixl/
H A Di40e_type.h1417 u64 crc_errors; /* crcerrs */ member
H A Dixl_pf_main.c1656 {&stats->crc_errors, "crc_errors", "CRC Errors"}, in ixl_add_sysctls_mac_stats()
2614 &osd->crc_errors, &nsd->crc_errors); in ixl_update_stats_counters()
3026 IXL_SET_IERRORS(vsi, nsd->crc_errors + nsd->illegal_bytes + in ixl_update_vsi_stats()