Searched refs:txq2sq_stats (Results 1 – 3 of 3) sorted by relevance
173 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()
3237 priv->txq2sq_stats[sq->txq_ix] = sq->stats; in mlx5e_build_txq_maps() 3252 priv->txq2sq_stats[sq->txq_ix] = sq->stats; in mlx5e_build_txq_maps() 5439 /* no special case needed for ptp htb etc since txq2sq_stats is kept up in mlx5e_get_queue_stats_tx() 5443 sq_stats = priv->txq2sq_stats[i]; in mlx5e_get_queue_stats_tx() 6202 priv->txq2sq_stats = kcalloc_node(num_txqs, sizeof(*priv->txq2sq_stats), GFP_KERNEL, node); in mlx5e_priv_init() 6203 if (!priv->txq2sq_stats) in mlx5e_priv_init() 6220 kfree(priv->txq2sq_stats); in mlx5e_priv_init() 6244 kfree(priv->txq2sq_stats); in mlx5e_priv_cleanup()
879 struct mlx5e_sq_stats **txq2sq_stats; member