Searched refs:worker_attach (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/crypto/scheduler/ |
| H A D | rte_cryptodev_scheduler_operations.h | 39 rte_cryptodev_scheduler_worker_attach_t worker_attach; member
|
| H A D | scheduler_failover.c | 123 worker_attach(__rte_unused struct rte_cryptodev *dev, in worker_attach() function 202 worker_attach,
|
| H A D | scheduler_roundrobin.c | 113 worker_attach(__rte_unused struct rte_cryptodev *dev, in worker_attach() function 195 worker_attach,
|
| H A D | scheduler_multicore.c | 135 worker_attach(__rte_unused struct rte_cryptodev *dev, in worker_attach() function 392 worker_attach,
|
| H A D | scheduler_pkt_size_distr.c | 239 worker_attach(__rte_unused struct rte_cryptodev *dev, in worker_attach() function 402 worker_attach,
|
| H A D | scheduler_pmd_ops.c | 163 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 D | rte_cryptodev_scheduler.c | 462 sched_ctx->ops.worker_attach = scheduler->ops->worker_attach; in rte_cryptodev_scheduler_load_user_scheduler()
|