Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/scheduler/src/
Dscheduler_core.c212 status = scheduler_mq_init(&sched_ctx->queue_ctx.sch_msg_q[i]); in scheduler_all_queues_init()
219 sched_ctx->queue_ctx.scheduler_msg_qid_to_qidx[i] = in scheduler_all_queues_init()
239 scheduler_mq_deinit(&sched_ctx->queue_ctx.sch_msg_q[i]); in scheduler_all_queues_deinit()
243 sched_ctx->queue_ctx.scheduler_msg_qid_to_qidx[i] = in scheduler_all_queues_deinit()
383 msg = scheduler_mq_get(&sch_ctx->queue_ctx.sch_msg_q[i]); in scheduler_thread_process_queues()
390 if (sch_ctx->queue_ctx.scheduler_msg_process_fn[i]) { in scheduler_thread_process_queues()
397 status = sch_ctx->queue_ctx. in scheduler_thread_process_queues()
404 sch_ctx->queue_ctx.sch_msg_q[i].qid); in scheduler_thread_process_queues()
500 mq = &sched_ctx->queue_ctx.sch_msg_q[i]; in scheduler_queues_flush()
Dscheduler_api.c292 qidx = sched_ctx->queue_ctx.scheduler_msg_qid_to_qidx[que_id]; in scheduler_post_msg_by_priority()
298 if (!sched_ctx->queue_ctx.scheduler_msg_process_fn[qidx]) { in scheduler_post_msg_by_priority()
303 target_mq = &(sched_ctx->queue_ctx.sch_msg_q[qidx]); in scheduler_post_msg_by_priority()
338 ctx = &sched_ctx->queue_ctx; in scheduler_register_module()
361 ctx = &sched_ctx->queue_ctx; in scheduler_deregister_module()
766 qidx = sched_ctx->queue_ctx.scheduler_msg_qid_to_qidx[qid]; in scheduler_get_queue_size()
772 target_mq = &(sched_ctx->queue_ctx.sch_msg_q[qidx]); in scheduler_get_queue_size()
/wlan-driver/qca-wifi-host-cmn/scheduler/inc/
Dscheduler_core.h114 struct scheduler_mq_ctx queue_ctx; member