Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/scheduler/
H A Drte_cryptodev_scheduler.c143 uint32_t max_nb_qp; in update_max_nb_qp() local
148 max_nb_qp = sched_ctx->nb_workers ? UINT32_MAX : 0; in update_max_nb_qp()
154 max_nb_qp = dev_info.max_nb_queue_pairs < max_nb_qp ? in update_max_nb_qp()
155 dev_info.max_nb_queue_pairs : max_nb_qp; in update_max_nb_qp()
158 sched_ctx->max_nb_queue_pairs = max_nb_qp; in update_max_nb_qp()