Searched refs:tx_drops (Results 1 – 11 of 11) sorted by relevance
19 u64 tx_drops; member
1283 &stats->tx.tx_drops, "TX drops"); in enic_setup_txq_sysctl()
266 uint64_t tx_drops; member283 uint64_t tx_drops; member
736 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()
211 CTLFLAG_RD, &port_stats->tx_drops, "Transmit packet drops"); in mana_sysctl_add_port()
471 counter_u64_t tx_drops; member
123 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()
419 counter_u64_t tx_drops; member
2346 return (counter_u64_fetch(stats->tx_drops)); in ena_get_counter()3102 uint64_t tx_drops; in ena_keep_alive_wd() local3108 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()
421 &hw_stats->tx_drops, "Transmit packet drops"); in ena_sysctl_add_stats()
135 SFXGE_TX_STAT(tx_drops, drops),