Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ !
H A Dwlan_mlo_mgr_primary_umac.c1010 if (ml_peer && ml_peer->primary_umac_migration_in_progress) { in mlo_mlme_ptqm_migrate_timer_cb()
1011 ml_peer->primary_umac_migration_in_progress = false; in mlo_mlme_ptqm_migrate_timer_cb()
1489 peer_entry->peer->mlo_peer_ctx->primary_umac_migration_in_progress = false; in wlan_mlo_reset_ptqm_migrate_list()
1529 if (ml_peer->primary_umac_migration_in_progress) { in wlan_mlo_build_ptqm_migrate_list()
1551 ml_peer->primary_umac_migration_in_progress = true; in wlan_mlo_build_ptqm_migrate_list()
1644 if (ml_peer->primary_umac_migration_in_progress) { in wlan_mlo_set_ptqm_migration()
1670 ml_peer->primary_umac_migration_in_progress = true; in wlan_mlo_set_ptqm_migration()
H A Dwlan_mlo_mgr_peer.c1609 ml_peer->primary_umac_migration_in_progress = false; in wlan_mlo_peer_create()
2319 ml_peer->primary_umac_migration_in_progress) in wlan_mlo_partner_peer_delete_is_allowed()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ !
H A Dwlan_mlo_mgr_public_structs.h1134 bool primary_umac_migration_in_progress; member