Searched refs:nb_qpairs (Results 1 – 2 of 2) sorted by relevance
301 uint16_t nb_qpairs, int socket_id) in rte_compressdev_queue_pairs_config() argument307 if ((dev == NULL) || (nb_qpairs < 1)) { in rte_compressdev_queue_pairs_config()309 dev, nb_qpairs); in rte_compressdev_queue_pairs_config()314 nb_qpairs, dev->data->dev_id); in rte_compressdev_queue_pairs_config()322 (nb_qpairs > dev_info.max_nb_queue_pairs)) { in rte_compressdev_queue_pairs_config()324 nb_qpairs, dev->data->dev_id); in rte_compressdev_queue_pairs_config()338 nb_qpairs); in rte_compressdev_queue_pairs_config()350 for (i = nb_qpairs; i < old_nb_queues; i++) { in rte_compressdev_queue_pairs_config()361 nb_qpairs); in rte_compressdev_queue_pairs_config()365 if (nb_qpairs > old_nb_queues) { in rte_compressdev_queue_pairs_config()[all …]
956 rte_cryptodev_queue_pairs_config(struct rte_cryptodev *dev, uint16_t nb_qpairs, in rte_cryptodev_queue_pairs_config() argument963 if ((dev == NULL) || (nb_qpairs < 1)) { in rte_cryptodev_queue_pairs_config()965 dev, nb_qpairs); in rte_cryptodev_queue_pairs_config()970 nb_qpairs, dev->data->dev_id); in rte_cryptodev_queue_pairs_config()977 if (nb_qpairs > (dev_info.max_nb_queue_pairs)) { in rte_cryptodev_queue_pairs_config()979 nb_qpairs, dev->data->dev_id); in rte_cryptodev_queue_pairs_config()994 nb_qpairs); in rte_cryptodev_queue_pairs_config()1006 for (i = nb_qpairs; i < old_nb_queues; i++) { in rte_cryptodev_queue_pairs_config()1014 dev->data->nb_queue_pairs = nb_qpairs; in rte_cryptodev_queue_pairs_config()