Searched refs:msgq_ctx (Results 1 – 2 of 2) sorted by relevance
123 struct ctxt_switch_mgr *msgq_ctx; in mlo_msgq_timer_start() local130 msgq_ctx = mlo_ctx->msgq_ctx; in mlo_msgq_timer_start()132 qdf_spin_lock_bh(&msgq_ctx->ctxt_lock); in mlo_msgq_timer_start()133 if (!msgq_ctx->timer_started) in mlo_msgq_timer_start()134 msgq_ctx->timer_started = true; in mlo_msgq_timer_start()137 qdf_spin_unlock_bh(&msgq_ctx->ctxt_lock); in mlo_msgq_timer_start()140 qdf_timer_start(&msgq_ctx->ctxt_mgr_timer, 0); in mlo_msgq_timer_start()145 struct ctxt_switch_mgr *msgq_ctx; in mlo_msgq_timer_stop() local151 msgq_ctx = mlo_ctx->msgq_ctx; in mlo_msgq_timer_stop()153 qdf_timer_stop(&msgq_ctx->ctxt_mgr_timer); in mlo_msgq_timer_stop()[all …]
381 struct ctxt_switch_mgr *msgq_ctx; member