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