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

/freebsd-11-stable/sys/dev/mlx4/
H A Dstats.h44 u64 rx_errors; member in struct:mlx4_en_pkt_stats
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c236 priv->pkstats.rx_errors =
360 priv->pkstats.rx_errors - priv->pkstats_last.rx_errors);
374 dev->if_ierrors = priv->pkstats.rx_errors;
495 * rx_errors will be reprted in PF's ethtool statistics,
498 priv->pkstats.rx_errors = 0;
H A Dmlx4_en_netdev.c2791 SYSCTL_ADD_U64(ctx, node_list, OID_AUTO, "rx_errors", CTLFLAG_RD,
2792 &priv->pkstats.rx_errors, 0, "RX Errors");
/freebsd-11-stable/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.c399 stats->rx_errors; /* HW errors */
1156 stats->rx_errors = pktStat.lost;
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_diagnostics.c241 pcounters, rx_errors);
/freebsd-11-stable/contrib/libpcap/pcap/
H A Dpcap.h227 u_long rx_errors; /* bad packets received */ member in struct:pcap_stat_ex
234 /* detailed rx_errors: */
/freebsd-11-stable/sys/dev/vr/
H A Dif_vrreg.h697 uint32_t rx_errors; member in struct:vr_statistics
H A Dif_vr.c1329 sc->vr_stat.rx_errors++;
1352 sc->vr_stat.rx_errors++;
2632 printf("Inbound errors : %u\n", stat->rx_errors);
/freebsd-11-stable/sys/dev/oce/
H A Doce_sysctl.c1226 adapter_stats->rx_errors = port_stats->rx_errors;
H A Doce_hw.h3259 uint64_t rx_errors; member in struct:pport_stats
3371 uint64_t rx_errors; member in struct:vport_stats
H A Doce_if.h441 uint64_t rx_errors; member in struct:oce_xe201_stats
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Den.h415 m(+1, u64, rx_errors, "rx_errors", \
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h9974 u8 rx_errors[0x20]; member in struct:mlx5_ifc_pcie_perf_counters_bits
10008 u8 rx_errors[0x20]; member in struct:mlx5_ifc_pcie_perf_counters_ext_bits
/freebsd-11-stable/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 446 milliseconds