Home
last modified time | relevance | path

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

/freebsd/sys/dev/nfe/
H A Dif_nfevar.h86 uint32_t rx_drops; member
H A Dif_nfe.c3121 &stats->rx_drops, "Drop frames"); in nfe_sysctl_node()
3228 stats->rx_drops += NFE_READ(sc, NFE_RX_DROP); in nfe_stats_update()
/freebsd/sys/dev/vnic/
H A Dnic.h279 uint64_t rx_drops; member
H A Dnicvf_main.c733 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()
/freebsd/sys/dev/ena/
H A Dena.h418 counter_u64_t rx_drops; member
H A Dena.c2334 return (counter_u64_fetch(stats->rx_drops)); in ena_get_counter()
3073 uint64_t rx_drops; in ena_keep_alive_wd() local
3078 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()
H A Dena_sysctl.c419 &hw_stats->rx_drops, "Receive packet drops"); in ena_sysctl_add_stats()
/freebsd/sys/dev/mana/
H A Dmana.h473 counter_u64_t rx_drops; member
H A Dmana_sysctl.c209 CTLFLAG_RD, &port_stats->rx_drops, "Receive packet drops"); in mana_sysctl_add_port()
H A Dmana_en.c139 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()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c667 wcid->stats.rx_drops += le32_to_cpu(stats->rx_drop_cnt); in mt7915_mmio_wed_update_rx_stats()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76.h295 u32 rx_drops; member
/freebsd/sys/dev/bxe/
H A Decore_hsi.h3506 uint32_t rx_drops; /* RX Discards. Counters roll over, never reset */ member