Searched refs:rx_crcerrs (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/dev/vte/
H A Dif_vtevar.h101 uint32_t rx_crcerrs; member in struct:vte_hw_stats
H A Dif_vte.c614 &stats->rx_crcerrs, "CRC errors");
1291 stat->rx_crcerrs += (value & 0xFF);
1328 return (stat->rx_crcerrs + stat->rx_runts +
/freebsd-11-stable/sys/dev/age/
H A Dif_agevar.h143 uint32_t rx_crcerrs; member in struct:age_stats
H A Dif_agereg.h497 uint32_t rx_crcerrs; member in struct:smb
H A Dif_age.c2041 stat->rx_crcerrs += smb->rx_crcerrs;
2101 if_inc_counter(ifp, IFCOUNTER_IERRORS, smb->rx_crcerrs +
3271 stats->rx_crcerrs);
/freebsd-11-stable/sys/dev/ale/
H A Dif_alevar.h130 uint32_t rx_crcerrs; member in struct:ale_hw_stats
H A Dif_alereg.h569 uint32_t rx_crcerrs; member in struct:smb
H A Dif_ale.c864 &stats->rx_crcerrs, "CRC errors");
2158 stat->rx_crcerrs += smb->rx_crcerrs;
2218 smb->rx_crcerrs + smb->rx_lenerrs +
/freebsd-11-stable/sys/dev/et/
H A Dif_etvar.h246 uint32_t rx_crcerrs; member in struct:et_hw_stats
H A Dif_et.c2494 &stats->rx_crcerrs, "CRC errors");
2643 stats->rx_crcerrs += CSR_READ_4(sc, ET_STAT_RX_CRC_ERR);
2702 return (stats->rx_crcerrs + stats->rx_alignerrs +
/freebsd-11-stable/sys/dev/vge/
H A Dif_vgevar.h156 uint32_t rx_crcerrs; member in struct:vge_hw_stats
H A Dif_vge.c2562 &stats->rx_crcerrs, "CRC errors");
2685 stats->rx_crcerrs += mib[VGE_MIB_RX_CRCERRS];
/freebsd-11-stable/sys/dev/alc/
H A Dif_alcvar.h146 uint32_t rx_crcerrs; member in struct:alc_hw_stats
H A Dif_alcreg.h1130 uint32_t rx_crcerrs; member in struct:smb
H A Dif_alc.c1807 &stats->rx_crcerrs, "CRC errors");
3243 stat->rx_crcerrs += smb->rx_crcerrs;
3303 smb->rx_crcerrs + smb->rx_lenerrs +
/freebsd-11-stable/sys/dev/txp/
H A Dif_txpreg.h650 uint32_t rx_crcerrs; member in struct:txp_hw_stats
H A Dif_txp.c2853 stats->rx_crcerrs = ostats->rx_crcerrs + le32toh(ext[3].ext_4);
2875 stats->rx_crcerrs + stats->rx_lenerrs + stats->rx_oflows);
2981 &stats->rx_crcerrs, "CRC errors");

Completed in 188 milliseconds