Home
last modified time | relevance | path

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

/linux/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/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c3171 priv->txq2sq_stats[sq->txq_ix] = sq->stats; in mlx5e_build_txq_maps()
3186 priv->txq2sq_stats[sq->txq_ix] = sq->stats; in mlx5e_build_txq_maps()
5373 sq_stats = priv->txq2sq_stats[i]; in mlx5e_get_queue_stats_tx()
6025 priv->txq2sq_stats = kcalloc_node(num_txqs, sizeof(*priv->txq2sq_stats), GFP_KERNEL, node); in mlx5e_priv_init()
6026 if (!priv->txq2sq_stats) in mlx5e_priv_init()
6043 kfree(priv->txq2sq_stats); in mlx5e_priv_init()
6067 kfree(priv->txq2sq_stats); in mlx5e_priv_cleanup()
H A Den.h869 struct mlx5e_sq_stats **txq2sq_stats; member