Searched refs:g_mlo_mgr_ctx (Results 1 – 1 of 1) sorted by relevance
307 struct mlo_mgr_context *g_mlo_mgr_ctx = wlan_objmgr_get_mlo_ctx(); in mlo_mgr_register_link_switch_notifier() local309 if (!g_mlo_mgr_ctx) { in mlo_mgr_register_link_switch_notifier()320 if (g_mlo_mgr_ctx->lswitch_notifier[comp_id].in_use) in mlo_mgr_register_link_switch_notifier()323 g_mlo_mgr_ctx->lswitch_notifier[comp_id].in_use = true; in mlo_mgr_register_link_switch_notifier()324 g_mlo_mgr_ctx->lswitch_notifier[comp_id].cb = cb; in mlo_mgr_register_link_switch_notifier()331 struct mlo_mgr_context *g_mlo_mgr_ctx = wlan_objmgr_get_mlo_ctx(); in mlo_mgr_unregister_link_switch_notifier() local333 if (!g_mlo_mgr_ctx) { in mlo_mgr_unregister_link_switch_notifier()344 if (!g_mlo_mgr_ctx->lswitch_notifier[comp_id].in_use) in mlo_mgr_unregister_link_switch_notifier()347 g_mlo_mgr_ctx->lswitch_notifier[comp_id].in_use = false; in mlo_mgr_unregister_link_switch_notifier()348 g_mlo_mgr_ctx->lswitch_notifier[comp_id].cb = NULL; in mlo_mgr_unregister_link_switch_notifier()[all …]