Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_primary_umac.c634 if (idx == (WLAN_UMAC_MLO_MAX_PSOC_TOPOLOGY - 1)) { in mlo_check_topology()
645 if (idx == WLAN_UMAC_MLO_MAX_PSOC_TOPOLOGY) { in mlo_check_topology()
672 if (idx == WLAN_UMAC_MLO_MAX_PSOC_TOPOLOGY && in mlo_check_topology()
673 (aplinks == (WLAN_UMAC_MLO_MAX_PSOC_TOPOLOGY - 1))) { in mlo_check_topology()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_public_structs.h45 #define WLAN_UMAC_MLO_MAX_PSOC_TOPOLOGY 3 macro