Searched refs:max_nb_qps (Results 1 – 1 of 1) sorted by relevance
2022 uint16_t idx, max_nb_qps, qp, total_nb_qps, i; in cryptodevs_init() local2066 max_nb_qps = cdev_info.max_nb_queue_pairs; in cryptodevs_init()2068 max_nb_qps = nb_lcore_params; in cryptodevs_init()2072 while (qp < max_nb_qps && i < nb_lcore_params) { in cryptodevs_init()2081 qp = RTE_MIN(max_nb_qps, RTE_MAX(req_queue_num, qp)); in cryptodevs_init()