Home
last modified time | relevance | path

Searched refs:rx_runt (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/ae/
H A Dif_aevar.h84 uint32_t rx_runt; member
H A Dif_ae.c424 "runt frames", &ae_stats->rx_runt); in ae_init_tunables()
2231 stats->rx_runt++; in ae_update_stats_rx()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h218 u64 rx_runt; /* # of runt frames */ member
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h119 u64 rx_runt; /* # of short frames */ member
H A Dt4_hw.c6911 p->rx_runt = GET_STAT(RX_PORT_LESS_64B); in t4_get_port_stats()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c2166 mstats->rx_sequence_errs + mstats->rx_runt + in cxgb_get_counter()
H A Dcxgb_sge.c3650 CXGB_SYSCTL_ADD_QUAD(rx_runt); in t3_add_configured_sysctls()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3342 return (s->rx_jabber + s->rx_runt + s->rx_too_long + in cxgbe_get_counter()
8284 T4_REGSTAT(rx_runt, RX_PORT_LESS_64B, "# of short frames received"); in cxgbe_sysctls()