Home
last modified time | relevance | path

Searched refs:max_vdevs (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dwlan_mlo_mgr_peer.c1122 uint8_t max_vdevs = WLAN_UMAC_MLO_MAX_BRIDGE_VDEVS; in mlo_get_link_vdev_from_psoc_id() local
1138 max_vdevs = WLAN_UMAC_MLO_MAX_VDEVS; in mlo_get_link_vdev_from_psoc_id()
1140 for (i = 0; i < max_vdevs; i++) { 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() local
1247 max_vdevs = WLAN_UMAC_MLO_MAX_VDEVS; in wlan_mlo_get_bridge_peer_psoc_id()
1250 for (i = 0; i < max_vdevs; i++) { 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()
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/
Dtarget_if_vdev_mgr_rx_ops.c795 uint8_t max_vdevs, vdev_idx; in target_if_vdev_mgr_multi_vdev_restart_resp_handler() local
829 max_vdevs = wlan_psoc_get_max_vdev_count(psoc); in target_if_vdev_mgr_multi_vdev_restart_resp_handler()
830 for (vdev_idx = 0; vdev_idx < max_vdevs; vdev_idx++) { in target_if_vdev_mgr_multi_vdev_restart_resp_handler()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
Dwlan_vdev_mgr_tgt_if_tx_defs.h479 uint32_t max_vdevs; member
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/
Dvdev_mgr_ops.c931 param->max_vdevs = wlan_pdev_get_max_vdev_count(pdev); in vdev_mgr_multiple_restart_param_update()