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

/freebsd-11-stable/sys/dev/nfe/
H A Dif_nfevar.h88 uint32_t rx_drops; member in struct:nfe_hw_stats
H A Dif_nfe.c3193 &stats->rx_drops, "Drop frames");
3300 stats->rx_drops += NFE_READ(sc, NFE_RX_DROP);
/freebsd-11-stable/sys/dev/vnic/
H A Dnic.h281 uint64_t rx_drops; member in struct:nicvf_drv_stats
H A Dnicvf_main.c755 return (drv_stats->rx_drops);
1606 drv_stats->rx_drops = stats->rx_drop_red + stats->rx_drop_overrun;
/freebsd-11-stable/sys/dev/ena/
H A Dena.h385 counter_u64_t rx_drops; member in struct:ena_hw_stats
H A Dena_sysctl.c277 SYSCTL_ADD_COUNTER_U64(ctx, hw_list, OID_AUTO, "rx_drops", CTLFLAG_RD,
278 &hw_stats->rx_drops, "Receive packet drops");
H A Dena.c2179 return (counter_u64_fetch(stats->rx_drops));
2941 uint64_t rx_drops; local
2946 rx_drops = ((uint64_t)desc->rx_drops_high << 32) | desc->rx_drops_low;
2948 counter_u64_zero(adapter->hw_stats.rx_drops);
2949 counter_u64_add(adapter->hw_stats.rx_drops, rx_drops);
/freebsd-11-stable/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 261 milliseconds