Searched refs:rx_drops (Results 1 – 8 of 8) sorted by relevance
88 uint32_t rx_drops; member
3193 &stats->rx_drops, "Drop frames"); in nfe_sysctl_node()3300 stats->rx_drops += NFE_READ(sc, NFE_RX_DROP); in nfe_stats_update()
281 uint64_t rx_drops; member
755 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()
395 counter_u64_t rx_drops; member
2151 return (counter_u64_fetch(stats->rx_drops)); in ena_get_counter()2877 uint64_t rx_drops; in ena_keep_alive_wd() local2882 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()
318 &hw_stats->rx_drops, "Receive packet drops"); in ena_sysctl_add_stats()
3506 uint32_t rx_drops; /* RX Discards. Counters roll over, never reset */ member