Home
last modified time | relevance | path

Searched refs:txq2sq_stats (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dqos.c173 priv->txq2sq_stats[qid] = sq->stats; in mlx5e_activate_qos_sq()
202 priv->txq2sq_stats[txq_ix] = NULL; in mlx5e_deactivate_qos_sq()
355 c->priv->txq2sq_stats[txq_ix] = NULL; in mlx5e_qos_deactivate_queues()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c3144 priv->txq2sq_stats[sq->txq_ix] = sq->stats; in mlx5e_build_txq_maps()
3159 priv->txq2sq_stats[sq->txq_ix] = sq->stats; in mlx5e_build_txq_maps()
5352 sq_stats = priv->txq2sq_stats[i]; in mlx5e_get_queue_stats_tx()
6004 priv->txq2sq_stats = kcalloc_node(num_txqs, sizeof(*priv->txq2sq_stats), GFP_KERNEL, node); in mlx5e_priv_init()
6005 if (!priv->txq2sq_stats) in mlx5e_priv_init()
6022 kfree(priv->txq2sq_stats); in mlx5e_priv_init()
6046 kfree(priv->txq2sq_stats); in mlx5e_priv_cleanup()
H A Den.h873 struct mlx5e_sq_stats **txq2sq_stats; member