Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/nfe/
HDif_nfevar.h88 uint32_t rx_drops; member
HDif_nfe.c3193 &stats->rx_drops, "Drop frames"); in nfe_sysctl_node()
3300 stats->rx_drops += NFE_READ(sc, NFE_RX_DROP); in nfe_stats_update()
/freebsd-11-stable/sys/dev/vnic/
HDnic.h281 uint64_t rx_drops; member
HDnicvf_main.c755 return (drv_stats->rx_drops); in nicvf_if_getcounter()
1606 drv_stats->rx_drops = stats->rx_drop_red + stats->rx_drop_overrun; in nicvf_update_stats()
/freebsd-11-stable/sys/dev/ena/
HDena.h395 counter_u64_t rx_drops; member
HDena.c2151 return (counter_u64_fetch(stats->rx_drops)); in ena_get_counter()
2877 uint64_t rx_drops; in ena_keep_alive_wd() local
2882 rx_drops = ((uint64_t)desc->rx_drops_high << 32) | desc->rx_drops_low; in ena_keep_alive_wd()
2884 counter_u64_zero(adapter->hw_stats.rx_drops); in ena_keep_alive_wd()
2885 counter_u64_add(adapter->hw_stats.rx_drops, rx_drops); in ena_keep_alive_wd()
HDena_sysctl.c318 &hw_stats->rx_drops, "Receive packet drops"); in ena_sysctl_add_stats()
/freebsd-11-stable/sys/dev/bxe/
HDecore_hsi.h3506 uint32_t rx_drops; /* RX Discards. Counters roll over, never reset */ member