Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/scheduler/
H A Drte_cryptodev_scheduler_operations.h45 rte_cryptodev_scheduler_config_queue_pair config_queue_pair; member
H A Dscheduler_pmd_ops.c447 if (*sched_ctx->ops.config_queue_pair) { in scheduler_pmd_qp_setup()
448 if ((*sched_ctx->ops.config_queue_pair)(dev, qp_id) < 0) { in scheduler_pmd_qp_setup()
H A Drte_cryptodev_scheduler.c458 sched_ctx->ops.config_queue_pair = scheduler->ops->config_queue_pair; in rte_cryptodev_scheduler_load_user_scheduler()