Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c142 s.tx_queue_dropped += sq_stats->dropped; in mlx5i_grp_sw_update_stats()
160 stats->tx_dropped = sstats->tx_queue_dropped; in mlx5i_get_stats()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.h150 u64 tx_queue_dropped; member
Den_stats.c152 { MLX5E_DECLARE_STAT(struct mlx5e_sw_stats, tx_queue_dropped) },
374 s->tx_queue_dropped += sq_stats->dropped; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
Den_rep.c148 s->tx_queue_dropped = stats64.tx_dropped; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()