Searched refs:old_nb_queues (Results 1 – 6 of 6) sorted by relevance
379 uint16_t old_nb_queues = dev->data->nb_rx_queues; in eth_dev_rx_queue_config() local392 for (i = nb_queues; i < old_nb_queues; i++) in eth_dev_rx_queue_config()396 for (i = nb_queues; i < old_nb_queues; i++) in eth_dev_rx_queue_config()409 uint16_t old_nb_queues = dev->data->nb_tx_queues; in eth_dev_tx_queue_config() local422 for (i = nb_queues; i < old_nb_queues; i++) in eth_dev_tx_queue_config()426 for (i = nb_queues; i < old_nb_queues; i++) in eth_dev_tx_queue_config()
343 uint16_t old_nb_queues = dev->data->nb_queue_pairs; in rte_compressdev_queue_pairs_config() local350 for (i = nb_qpairs; i < old_nb_queues; i++) { in rte_compressdev_queue_pairs_config()365 if (nb_qpairs > old_nb_queues) { in rte_compressdev_queue_pairs_config()366 uint16_t new_qs = nb_qpairs - old_nb_queues; in rte_compressdev_queue_pairs_config()368 memset(qp + old_nb_queues, 0, in rte_compressdev_queue_pairs_config()
557 uint16_t old_nb_queues = data->nb_queue_pairs; in cn9k_ree_dev_config() local563 for (i = cfg->nb_queue_pairs; i < old_nb_queues; i++) { in cn9k_ree_dev_config()577 if (cfg->nb_queue_pairs > old_nb_queues) { in cn9k_ree_dev_config()578 uint16_t new_qs = cfg->nb_queue_pairs - old_nb_queues; in cn9k_ree_dev_config()579 memset(qp + old_nb_queues, 0, sizeof(qp[0]) * new_qs); in cn9k_ree_dev_config()
210 uint8_t old_nb_queues = dev->data->nb_queues; in event_dev_queue_config() local221 for (i = nb_queues; i < old_nb_queues; i++) in event_dev_queue_config()225 if (nb_queues > old_nb_queues) { in event_dev_queue_config()226 uint8_t new_qs = nb_queues - old_nb_queues; in event_dev_queue_config()228 memset(queues_cfg + old_nb_queues, 0, in event_dev_queue_config()234 for (i = nb_queues; i < old_nb_queues; i++) in event_dev_queue_config()
1524 uint16_t old_nb_queues = hw->fkq_data.nb_fake_rx_queues; in hns3_fake_rx_queue_config() local1541 for (i = nb_queues; i < old_nb_queues; i++) in hns3_fake_rx_queue_config()1548 if (nb_queues > old_nb_queues) { in hns3_fake_rx_queue_config()1549 uint16_t new_qs = nb_queues - old_nb_queues; in hns3_fake_rx_queue_config()1550 memset(rxq + old_nb_queues, 0, sizeof(rxq[0]) * new_qs); in hns3_fake_rx_queue_config()1556 for (i = nb_queues; i < old_nb_queues; i++) in hns3_fake_rx_queue_config()1571 uint16_t old_nb_queues = hw->fkq_data.nb_fake_tx_queues; in hns3_fake_tx_queue_config() local1588 for (i = nb_queues; i < old_nb_queues; i++) in hns3_fake_tx_queue_config()1594 if (nb_queues > old_nb_queues) { in hns3_fake_tx_queue_config()1595 uint16_t new_qs = nb_queues - old_nb_queues; in hns3_fake_tx_queue_config()[all …]
999 uint16_t old_nb_queues = dev->data->nb_queue_pairs; in rte_cryptodev_queue_pairs_config() local1006 for (i = nb_qpairs; i < old_nb_queues; i++) { in rte_cryptodev_queue_pairs_config()