Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_multicore.c41 struct mc_scheduler_qp_ctx *mc_qp_ctx = in schedule_enqueue() local
86 struct mc_scheduler_qp_ctx *mc_qp_ctx = in schedule_dequeue() local
269 memset(mc_qp_ctx->workers, 0, in scheduler_start()
273 mc_qp_ctx->workers[j].dev_id = in scheduler_start()
275 mc_qp_ctx->workers[j].qp_id = i; in scheduler_start()
280 mc_qp_ctx->last_enq_worker_idx = 0; in scheduler_start()
281 mc_qp_ctx->last_deq_worker_idx = 0; in scheduler_start()
306 struct mc_scheduler_qp_ctx *mc_qp_ctx; in scheduler_config_qp() local
310 mc_qp_ctx = rte_zmalloc_socket(NULL, sizeof(*mc_qp_ctx), 0, in scheduler_config_qp()
312 if (!mc_qp_ctx) { in scheduler_config_qp()
[all …]