Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_msgq.c123 struct ctxt_switch_mgr *msgq_ctx; in mlo_msgq_timer_start() local
130 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() local
151 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 …]
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_public_structs.h381 struct ctxt_switch_mgr *msgq_ctx; member