Searched refs:rr_qp_ctx (Results 1 – 1 of 1) sorted by relevance
22 struct rr_scheduler_qp_ctx *rr_qp_ctx = in schedule_enqueue() local39 rr_qp_ctx->last_enq_worker_idx += 1; in schedule_enqueue()40 rr_qp_ctx->last_enq_worker_idx %= rr_qp_ctx->nb_workers; in schedule_enqueue()65 struct rr_scheduler_qp_ctx *rr_qp_ctx = in schedule_dequeue() local146 memset(rr_qp_ctx->workers, 0, in scheduler_start()150 rr_qp_ctx->workers[j].dev_id = in scheduler_start()152 rr_qp_ctx->workers[j].qp_id = i; in scheduler_start()157 rr_qp_ctx->last_enq_worker_idx = 0; in scheduler_start()158 rr_qp_ctx->last_deq_worker_idx = 0; in scheduler_start()176 rr_qp_ctx = rte_zmalloc_socket(NULL, sizeof(*rr_qp_ctx), 0, in scheduler_config_qp()[all …]