Lines Matching refs:old_nb_queues
850 uint16_t old_nb_queues = dev->data->nb_rx_queues; in eth_dev_rx_queue_config() local
867 for (i = nb_queues; i < old_nb_queues; i++) in eth_dev_rx_queue_config()
873 if (nb_queues > old_nb_queues) { in eth_dev_rx_queue_config()
874 uint16_t new_qs = nb_queues - old_nb_queues; in eth_dev_rx_queue_config()
876 memset(rxq + old_nb_queues, 0, in eth_dev_rx_queue_config()
887 for (i = nb_queues; i < old_nb_queues; i++) in eth_dev_rx_queue_config()
1096 uint16_t old_nb_queues = dev->data->nb_tx_queues; in eth_dev_tx_queue_config() local
1113 for (i = nb_queues; i < old_nb_queues; i++) in eth_dev_tx_queue_config()
1119 if (nb_queues > old_nb_queues) { in eth_dev_tx_queue_config()
1120 uint16_t new_qs = nb_queues - old_nb_queues; in eth_dev_tx_queue_config()
1122 memset(txq + old_nb_queues, 0, in eth_dev_tx_queue_config()
1133 for (i = nb_queues; i < old_nb_queues; i++) in eth_dev_tx_queue_config()