Searched refs:mc_qp_ctx (Results 1 – 1 of 1) sorted by relevance
41 struct mc_scheduler_qp_ctx *mc_qp_ctx = in schedule_enqueue() local86 struct mc_scheduler_qp_ctx *mc_qp_ctx = in schedule_dequeue() local269 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() local310 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 …]