Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/scheduler/src/
Dscheduler_api.c332 if (sched_ctx->sch_last_qidx >= SCHEDULER_NUMBER_OF_MSG_QUEUE) { in scheduler_register_module()
339 ctx->scheduler_msg_qid_to_qidx[qid] = sched_ctx->sch_last_qidx; in scheduler_register_module()
340 ctx->sch_msg_q[sched_ctx->sch_last_qidx].qid = qid; in scheduler_register_module()
341 ctx->scheduler_msg_process_fn[sched_ctx->sch_last_qidx] = callback; in scheduler_register_module()
342 sched_ctx->sch_last_qidx++; in scheduler_register_module()
364 sched_ctx->sch_last_qidx--; in scheduler_deregister_module()
/wlan-driver/qca-wifi-host-cmn/scheduler/inc/
Dscheduler_core.h122 uint8_t sch_last_qidx; member