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

/freebsd-current/sys/dev/nfe/
H A Dif_nfevar.h86 uint32_t rx_drops; member in struct:nfe_hw_stats
H A Dif_nfe.c3128 &stats->rx_drops, "Drop frames");
3235 stats->rx_drops += NFE_READ(sc, NFE_RX_DROP);
/freebsd-current/sys/dev/vnic/
H A Dnic.h279 uint64_t rx_drops; member in struct:nicvf_drv_stats
H A Dnicvf_main.c744 return (drv_stats->rx_drops);
1595 drv_stats->rx_drops = stats->rx_drop_red + stats->rx_drop_overrun;
/freebsd-current/sys/dev/ena/
H A Dena.h393 counter_u64_t rx_drops; member in struct:ena_hw_stats
H A Dena.c2256 return (counter_u64_fetch(stats->rx_drops));
2990 uint64_t rx_drops; local
2995 rx_drops = ((uint64_t)desc->rx_drops_high << 32) | desc->rx_drops_low;
2997 counter_u64_zero(adapter->hw_stats.rx_drops);
2998 counter_u64_add(adapter->hw_stats.rx_drops, rx_drops);
H A Dena_sysctl.c393 SYSCTL_ADD_COUNTER_U64(ctx, hw_list, OID_AUTO, "rx_drops", CTLFLAG_RD,
394 &hw_stats->rx_drops, "Receive packet drops");
/freebsd-current/sys/dev/mana/
H A Dmana.h456 counter_u64_t rx_drops; member in struct:mana_port_stats
H A Dmana_sysctl.c188 SYSCTL_ADD_COUNTER_U64(ctx, stats_list, OID_AUTO, "rx_drops",
189 CTLFLAG_RD, &port_stats->rx_drops, "Receive packet drops");
H A Dmana_en.c135 return (counter_u64_fetch(stats->rx_drops));
1748 counter_u64_add(apc->port_stats.rx_drops, 1);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c667 wcid->stats.rx_drops += le32_to_cpu(stats->rx_drop_cnt);
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76.h295 u32 rx_drops; member in struct:mt76_sta_stats
/freebsd-current/sys/dev/bxe/
H A Decore_hsi.h3506 uint32_t rx_drops; /* RX Discards. Counters roll over, never reset */ member in struct:port_info

Completed in 398 milliseconds