Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_multicore.c152 struct mc_scheduler_ctx *mc_ctx = sched_ctx->private_ctx; in mc_scheduler_worker()
245 struct mc_scheduler_ctx *mc_ctx = sched_ctx->private_ctx; in scheduler_start()
291 struct mc_scheduler_ctx *mc_ctx = sched_ctx->private_ctx; in scheduler_stop()
308 struct mc_scheduler_ctx *mc_ctx = sched_ctx->private_ctx; in scheduler_config_qp()
331 if (sched_ctx->private_ctx) { in scheduler_create_private_ctx()
332 rte_free(sched_ctx->private_ctx); in scheduler_create_private_ctx()
333 sched_ctx->private_ctx = NULL; in scheduler_create_private_ctx()
377 sched_ctx->private_ctx = (void *)mc_ctx; in scheduler_create_private_ctx()
H A Dscheduler_pkt_size_distr.c256 struct psd_scheduler_ctx *psd_ctx = sched_ctx->private_ctx; in scheduler_start()
337 if (sched_ctx->private_ctx) { in scheduler_create_private_ctx()
338 rte_free(sched_ctx->private_ctx); in scheduler_create_private_ctx()
339 sched_ctx->private_ctx = NULL; in scheduler_create_private_ctx()
351 sched_ctx->private_ctx = (void *)psd_ctx; in scheduler_create_private_ctx()
360 dev->data->dev_private)->private_ctx; in scheduler_option_set()
386 dev->data->dev_private)->private_ctx; in scheduler_option_get()
H A Dscheduler_pmd_private.h30 void *private_ctx; member
H A Dscheduler_pmd_ops.c265 if (sched_ctx->private_ctx) { in scheduler_pmd_close()
266 rte_free(sched_ctx->private_ctx); in scheduler_pmd_close()
267 sched_ctx->private_ctx = NULL; in scheduler_pmd_close()
H A Drte_cryptodev_scheduler.c467 if (sched_ctx->private_ctx) { in rte_cryptodev_scheduler_load_user_scheduler()
468 rte_free(sched_ctx->private_ctx); in rte_cryptodev_scheduler_load_user_scheduler()
469 sched_ctx->private_ctx = NULL; in rte_cryptodev_scheduler_load_user_scheduler()