Searched refs:new_qs (Results 1 – 6 of 6) sorted by relevance
367 uint16_t new_qs = nb_qpairs - old_nb_queues; in rte_compressdev_queue_pairs_config() local370 sizeof(qp[0]) * new_qs); in rte_compressdev_queue_pairs_config()
588 uint16_t new_qs = cfg->nb_queue_pairs - old_nb_queues; in otx2_ree_dev_config() local589 memset(qp + old_nb_queues, 0, sizeof(qp[0]) * new_qs); in otx2_ree_dev_config()
896 uint16_t new_qs = nb_qpairs - old_nb_queues; in rte_cryptodev_queue_pairs_config() local899 sizeof(qp[0]) * new_qs); in rte_cryptodev_queue_pairs_config()
247 uint8_t new_qs = nb_queues - old_nb_queues; in rte_event_dev_queue_config() local250 sizeof(queues_cfg[0]) * new_qs); in rte_event_dev_queue_config()
1435 uint16_t new_qs = nb_queues - old_nb_queues; in hns3_fake_rx_queue_config() local1436 memset(rxq + old_nb_queues, 0, sizeof(rxq[0]) * new_qs); in hns3_fake_rx_queue_config()1481 uint16_t new_qs = nb_queues - old_nb_queues; in hns3_fake_tx_queue_config() local1482 memset(txq + old_nb_queues, 0, sizeof(txq[0]) * new_qs); in hns3_fake_tx_queue_config()
874 uint16_t new_qs = nb_queues - old_nb_queues; in eth_dev_rx_queue_config() local877 sizeof(rxq[0]) * new_qs); in eth_dev_rx_queue_config()1120 uint16_t new_qs = nb_queues - old_nb_queues; in eth_dev_tx_queue_config() local1123 sizeof(txq[0]) * new_qs); in eth_dev_tx_queue_config()