Searched refs:rx_drops (Results 1 – 13 of 13) sorted by relevance
86 uint32_t rx_drops; member
3121 &stats->rx_drops, "Drop frames"); in nfe_sysctl_node()3228 stats->rx_drops += NFE_READ(sc, NFE_RX_DROP); in nfe_stats_update()
279 uint64_t rx_drops; member
733 return (drv_stats->rx_drops); in nicvf_if_getcounter()1584 drv_stats->rx_drops = stats->rx_drop_red + stats->rx_drop_overrun; in nicvf_update_stats()
418 counter_u64_t rx_drops; member
2334 return (counter_u64_fetch(stats->rx_drops)); in ena_get_counter()3073 uint64_t rx_drops; in ena_keep_alive_wd() local3078 rx_drops = ((uint64_t)desc->rx_drops_high << 32) | desc->rx_drops_low; in ena_keep_alive_wd()3080 counter_u64_zero(adapter->hw_stats.rx_drops); in ena_keep_alive_wd()3081 counter_u64_add(adapter->hw_stats.rx_drops, rx_drops); in ena_keep_alive_wd()
419 &hw_stats->rx_drops, "Receive packet drops"); in ena_sysctl_add_stats()
473 counter_u64_t rx_drops; member
209 CTLFLAG_RD, &port_stats->rx_drops, "Receive packet drops"); in mana_sysctl_add_port()
139 return (counter_u64_fetch(stats->rx_drops)); in mana_get_counter()1798 counter_u64_add(apc->port_stats.rx_drops, 1); in mana_process_rx_cqe()
667 wcid->stats.rx_drops += le32_to_cpu(stats->rx_drop_cnt); in mt7915_mmio_wed_update_rx_stats()
295 u32 rx_drops; member
3506 uint32_t rx_drops; /* RX Discards. Counters roll over, never reset */ member