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