Home
last modified time | relevance | path

Searched refs:rx_length_errors (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/dev/mlx4/
H A Dstats.h46 u64 rx_length_errors; member
/freebsd-13.1/contrib/libpcap/
H A Dpcap-dos.h186 DWORD rx_length_errors; member
/freebsd-13.1/contrib/libpcap/pcap/
H A Dpcap.h235 u_long rx_length_errors; member
/freebsd-13.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c256 priv->pkstats.rx_length_errors = be32_to_cpu(mlx4_en_stats->RdropLength); in mlx4_en_DUMP_ETH_STATS()
H A Dmlx4_en_netdev.c2800 &priv->pkstats.rx_length_errors, 0, "RX Length Errors"); in mlx4_en_sysctl_stat()
/freebsd-13.1/sys/dev/ixl/
H A Dixl_pf_main.c910 {&stats->rx_length_errors, "rx_length_errors", "Receive Length Errors"}, in ixl_add_sysctls_mac_stats()
2014 &osd->rx_length_errors, in ixl_update_stats_counters()
2015 &nsd->rx_length_errors); in ixl_update_stats_counters()
2226 nsd->checksum_error + nsd->rx_length_errors + in ixl_update_vsi_stats()
H A Di40e_type.h1456 u64 rx_length_errors; /* rlec */ member