Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/scheduler/
H A Drte_cryptodev_scheduler_operations.h39 rte_cryptodev_scheduler_worker_attach_t worker_attach; member
H A Dscheduler_failover.c123 worker_attach(__rte_unused struct rte_cryptodev *dev, in worker_attach() function
202 worker_attach,
H A Dscheduler_roundrobin.c113 worker_attach(__rte_unused struct rte_cryptodev *dev, in worker_attach() function
195 worker_attach,
H A Dscheduler_multicore.c135 worker_attach(__rte_unused struct rte_cryptodev *dev, in worker_attach() function
392 worker_attach,
H A Dscheduler_pkt_size_distr.c239 worker_attach(__rte_unused struct rte_cryptodev *dev, in worker_attach() function
402 worker_attach,
H A Dscheduler_pmd_ops.c163 RTE_FUNC_PTR_OR_ERR_RET(*sched_ctx->ops.worker_attach, -ENOTSUP); in scheduler_pmd_start()
168 if ((*sched_ctx->ops.worker_attach)(dev, worker_dev_id) < 0) { in scheduler_pmd_start()
H A Drte_cryptodev_scheduler.c462 sched_ctx->ops.worker_attach = scheduler->ops->worker_attach; in rte_cryptodev_scheduler_load_user_scheduler()