Home
last modified time | relevance | path

Searched refs:tx_queue_dropped (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c138 s.tx_queue_dropped += sq_stats->dropped; in mlx5i_grp_sw_update_stats()
156 stats->tx_dropped = sstats->tx_queue_dropped; in mlx5i_get_stats()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.h92 u64 tx_queue_dropped; member
Den_stats.c86 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_queue_dropped) },
280 s->tx_queue_dropped += sq_stats->dropped; in mlx5e_grp_sw_update_stats()
Den_rep.c185 s->tx_queue_dropped = stats64.tx_dropped; in mlx5e_rep_update_sw_counters()