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.c1283 &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.c736 return (drv_stats->tx_drops); in nicvf_if_getcounter()
1582 stats->tx_drops = GET_TX_STATS(TX_DROP); in nicvf_update_stats()
1587 drv_stats->tx_drops = stats->tx_drops; in nicvf_update_stats()
/freebsd/sys/dev/mana/
H A Dmana_sysctl.c211 CTLFLAG_RD, &port_stats->tx_drops, "Transmit packet drops"); in mana_sysctl_add_port()
H A Dmana.h471 counter_u64_t tx_drops; member
H A Dmana_en.c123 return (counter_u64_fetch(stats->tx_drops)); in mana_get_counter()
799 counter_u64_add_protected(apc->port_stats.tx_drops, 1); in mana_start_xmit()
807 counter_u64_add_protected(apc->port_stats.tx_drops, 1); in mana_start_xmit()
/freebsd/sys/dev/ena/
H A Dena.h419 counter_u64_t tx_drops; member
H A Dena.c2346 return (counter_u64_fetch(stats->tx_drops)); in ena_get_counter()
3102 uint64_t tx_drops; in ena_keep_alive_wd() local
3108 tx_drops = ((uint64_t)desc->tx_drops_high << 32) | desc->tx_drops_low; in ena_keep_alive_wd()
3112 counter_u64_zero(adapter->hw_stats.tx_drops); in ena_keep_alive_wd()
3113 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/sfxge/
H A Dsfxge_tx.c135 SFXGE_TX_STAT(tx_drops, drops),