Home
last modified time | relevance | path

Searched refs:new_qs (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_compressdev/
H A Drte_compressdev.c367 uint16_t new_qs = nb_qpairs - old_nb_queues; in rte_compressdev_queue_pairs_config() local
370 sizeof(qp[0]) * new_qs); in rte_compressdev_queue_pairs_config()
/f-stack/dpdk/drivers/regex/octeontx2/
H A Dotx2_regexdev.c588 uint16_t new_qs = cfg->nb_queue_pairs - old_nb_queues; in otx2_ree_dev_config() local
589 memset(qp + old_nb_queues, 0, sizeof(qp[0]) * new_qs); in otx2_ree_dev_config()
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_cryptodev.c896 uint16_t new_qs = nb_qpairs - old_nb_queues; in rte_cryptodev_queue_pairs_config() local
899 sizeof(qp[0]) * new_qs); in rte_cryptodev_queue_pairs_config()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_eventdev.c247 uint8_t new_qs = nb_queues - old_nb_queues; in rte_event_dev_queue_config() local
250 sizeof(queues_cfg[0]) * new_qs); in rte_event_dev_queue_config()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c1435 uint16_t new_qs = nb_queues - old_nb_queues; in hns3_fake_rx_queue_config() local
1436 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() local
1482 memset(txq + old_nb_queues, 0, sizeof(txq[0]) * new_qs); in hns3_fake_tx_queue_config()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.c874 uint16_t new_qs = nb_queues - old_nb_queues; in eth_dev_rx_queue_config() local
877 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() local
1123 sizeof(txq[0]) * new_qs); in eth_dev_tx_queue_config()