Home
last modified time | relevance | path

Searched refs:WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_public_structs.h43 #define WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS 2 macro
919 struct wlan_objmgr_vdev *wlan_bridge_vdev_list[WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS];
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_main.c1035 while (id < WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS) { in mlo_add_to_bridge_vdev_list()
1048 if (id == WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS) in mlo_add_to_bridge_vdev_list()
1072 while (id < WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS) { in mld_delete_from_bridge_vdev_list()
H A Dwlan_mlo_mgr_peer.c1122 uint8_t max_vdevs = WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS; in mlo_get_link_vdev_from_psoc_id()
1141 if (max_vdevs == WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS) in mlo_get_link_vdev_from_psoc_id()
1212 uint8_t max_vdevs = WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS; in wlan_mlo_get_bridge_peer_psoc_id()
1251 if (max_vdevs == WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS) in wlan_mlo_get_bridge_peer_psoc_id()
H A Dwlan_mlo_mgr_ap.c76 for (i = 0; i < WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS; i++) { in mlo_ap_vdev_attach()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
H A Dwlan_vdev_mgr_tgt_if_tx_defs.h676 … ml_vdev_start_partner_info partner_info[WLAN_UMAC_MLO_MAX_VDEVS + WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS];
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/
H A Dvdev_mgr_ops.c271 struct wlan_objmgr_vdev *bridge_vdev_list[WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS] = {NULL}; in mlo_ap_append_bridge_vdevs()
294 for (i = 0; i < WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS; i++) { in mlo_ap_append_bridge_vdevs()