Searched refs:rx_errors (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/sys/dev/enic/
H A Dvnic_stats.h38 u64 rx_errors; member in struct:vnic_rx_stats
H A Dif_enic.c1165 SYSCTL_ADD_UQUAD(ctx, rxslist, OID_AUTO, "rx_errors", CTLFLAG_RD,
1166 &stats->rx.rx_errors, "RX errors");
/freebsd-current/sys/netlink/route/
H A Dinterface.h187 uint32_t rx_errors; /* RX errors (IFCOUNTER_IERRORS) */ member in struct:rtnl_link_stats
215 uint64_t rx_errors; /* RX errors (IFCOUNTER_IERRORS) */ member in struct:rtnl_link_stats64
H A Diface.c162 stats->rx_errors = if_getcounter(ifp, IFCOUNTER_IERRORS);
/freebsd-current/sys/dev/mlx4/
H A Dstats.h44 u64 rx_errors; member in struct:mlx4_en_pkt_stats
/freebsd-current/contrib/libpcap/
H A Dpcap-dos.h179 DWORD rx_errors; /* bad packets received */ member in struct:net_device_stats
185 /* detailed rx_errors: */
H A Dpcap-dos.c415 stats->rx_errors; /* HW errors */
1170 stats->rx_errors = pktStat.lost;
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c236 priv->pkstats.rx_errors =
359 priv->pkstats.rx_errors - priv->pkstats_last.rx_errors);
483 * rx_errors will be reprted in PF's ethtool statistics,
486 priv->pkstats.rx_errors = 0;
H A Dmlx4_en_netdev.c2792 SYSCTL_ADD_U64(ctx, node_list, OID_AUTO, "rx_errors", CTLFLAG_RD,
2793 &priv->pkstats.rx_errors, 0, "RX Errors");
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h118 unsigned long rx_errors; member in struct:net_device::__anon5
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_diagnostics.c242 pcounters, rx_errors);
/freebsd-current/contrib/libpcap/pcap/
H A Dpcap.h274 u_long rx_errors; /* bad packets received */ member in struct:pcap_stat_ex
281 /* detailed rx_errors: */
/freebsd-current/sys/dev/vr/
H A Dif_vrreg.h695 uint32_t rx_errors; member in struct:vr_statistics
H A Dif_vr.c1339 sc->vr_stat.rx_errors++;
1362 sc->vr_stat.rx_errors++;
2642 printf("Inbound errors : %u\n", stat->rx_errors);
/freebsd-current/sys/dev/oce/
H A Doce_sysctl.c1196 adapter_stats->rx_errors = port_stats->rx_errors;
H A Doce_hw.h3217 uint64_t rx_errors; member in struct:pport_stats
3329 uint64_t rx_errors; member in struct:vport_stats
H A Doce_if.h436 uint64_t rx_errors; member in struct:oce_xe201_stats
/freebsd-current/sys/dev/ice/
H A Dice_type.h1200 u64 rx_errors; /* repc */ member in struct:ice_eth_stats
H A Dice_common.c5717 cur_stats->rx_errors += error_cnt;
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Den.h418 m(+1, u64, rx_errors, "rx_errors", \
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c666 wcid->stats.rx_errors += le32_to_cpu(stats->rx_err_cnt);
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76.h294 u32 rx_errors; member in struct:mt76_sta_stats
/freebsd-current/sys/dev/mlx5/
H A Dmlx5_ifc.h10801 u8 rx_errors[0x20]; member in struct:mlx5_ifc_pcie_perf_counters_bits
10835 u8 rx_errors[0x20]; member in struct:mlx5_ifc_pcie_perf_counters_ext_bits
/freebsd-current/sys/dev/bxe/
H A Decore_hsi.h3507 uint32_t rx_errors; /* RX Errors. Physical Port Stats L95, All PFs and NC-SI. member in struct:port_info

Completed in 898 milliseconds