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

/freebsd-10.1-release/sys/dev/vte/
H A Dif_vtevar.h101 uint32_t rx_crcerrs; member in struct:vte_hw_stats
H A Dif_vte.c611 &stats->rx_crcerrs, "CRC errors");
1292 stat->rx_crcerrs += (value & 0xFF);
1314 ifp->if_ierrors = stat->rx_crcerrs + stat->rx_runts +
/freebsd-10.1-release/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.c2046 stat->rx_crcerrs += smb->rx_crcerrs;
2106 ifp->if_ierrors += smb->rx_crcerrs + smb->rx_lenerrs +
3276 stats->rx_crcerrs);
/freebsd-10.1-release/sys/dev/alc/
H A Dif_alcvar.h142 uint32_t rx_crcerrs; member in struct:alc_hw_stats
H A Dif_alc.c1204 &stats->rx_crcerrs, "CRC errors");
2566 stat->rx_crcerrs += smb->rx_crcerrs;
2633 ifp->if_ierrors += smb->rx_crcerrs + smb->rx_lenerrs +
H A Dif_alcreg.h824 uint32_t rx_crcerrs; member in struct:smb
/freebsd-10.1-release/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.c863 &stats->rx_crcerrs, "CRC errors");
2163 stat->rx_crcerrs += smb->rx_crcerrs;
2230 ifp->if_ierrors += smb->rx_crcerrs + smb->rx_lenerrs +
/freebsd-10.1-release/sys/dev/et/
H A Dif_etvar.h246 uint32_t rx_crcerrs; member in struct:et_hw_stats
H A Dif_et.c2490 &stats->rx_crcerrs, "CRC errors");
2640 stats->rx_crcerrs += CSR_READ_4(sc, ET_STAT_RX_CRC_ERR);
2685 ifp->if_ierrors = stats->rx_crcerrs + stats->rx_alignerrs +
/freebsd-10.1-release/sys/dev/vge/
H A Dif_vgevar.h156 uint32_t rx_crcerrs; member in struct:vge_hw_stats
H A Dif_vge.c2563 &stats->rx_crcerrs, "CRC errors");
2686 stats->rx_crcerrs += mib[VGE_MIB_RX_CRCERRS];
/freebsd-10.1-release/sys/dev/txp/
H A Dif_txpreg.h649 uint32_t rx_crcerrs; member in struct:txp_hw_stats
H A Dif_txp.c2840 stats->rx_crcerrs = ostats->rx_crcerrs + le32toh(ext[3].ext_4);
2850 stats->rx_crcerrs + stats->rx_lenerrs + stats->rx_oflows;
2949 &stats->rx_crcerrs, "CRC errors");

Completed in 270 milliseconds