Home
last modified time | relevance | path

Searched refs:tx_drops (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/enic/
H A Dvnic_stats.h19 u64 tx_drops; member
H A Dif_enic.c1262 &stats->tx.tx_drops, "TX drops"); in enic_setup_txq_sysctl()
/freebsd/sys/dev/vnic/
H A Dnic.h266 uint64_t tx_drops; member
283 uint64_t tx_drops; member
H A Dnicvf_main.c735 return (drv_stats->tx_drops); in nicvf_if_getcounter()
1580 stats->tx_drops = GET_TX_STATS(TX_DROP); in nicvf_update_stats()
1585 drv_stats->tx_drops = stats->tx_drops; in nicvf_update_stats()
/freebsd/sys/dev/ena/
H A Dena.h419 counter_u64_t tx_drops; member
H A Dena.c2336 return (counter_u64_fetch(stats->tx_drops)); in ena_get_counter()
3074 uint64_t tx_drops; in ena_keep_alive_wd() local
3079 tx_drops = ((uint64_t)desc->tx_drops_high << 32) | desc->tx_drops_low; in ena_keep_alive_wd()
3082 counter_u64_zero(adapter->hw_stats.tx_drops); in ena_keep_alive_wd()
3083 counter_u64_add(adapter->hw_stats.tx_drops, tx_drops); in ena_keep_alive_wd()
H A Dena_sysctl.c421 &hw_stats->tx_drops, "Transmit packet drops"); in ena_sysctl_add_stats()
/freebsd/sys/dev/mana/
H A Dmana.h474 counter_u64_t tx_drops; member
H A Dmana_sysctl.c211 CTLFLAG_RD, &port_stats->tx_drops, "Transmit packet drops"); in mana_sysctl_add_port()
H A Dmana_en.c141 return (counter_u64_fetch(stats->tx_drops)); in mana_get_counter()
822 counter_u64_add_protected(apc->port_stats.tx_drops, 1); in mana_start_xmit()
830 counter_u64_add_protected(apc->port_stats.tx_drops, 1); in mana_start_xmit()
/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c135 SFXGE_TX_STAT(tx_drops, drops),