Searched refs:new_num_txqs (Results 1 – 1 of 1) sorted by relevance
2952 int new_num_txqs; in mlx5e_switch_priv_channels() local2955 new_num_txqs = new_chs->num * new_chs->params.num_tc; in mlx5e_switch_priv_channels()2960 if (new_num_txqs < netdev->real_num_tx_queues) in mlx5e_switch_priv_channels()2961 netif_set_real_num_tx_queues(netdev, new_num_txqs); in mlx5e_switch_priv_channels()