Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/src/ !
H A Dwlan_objmgr_psoc_obj.c445 max_vdev_cnt = wlan_psoc_get_max_vdev_count(psoc); in wlan_objmgr_iterate_obj_list()
516 max_vdev_cnt = wlan_psoc_get_max_vdev_count(psoc); in wlan_objmgr_iterate_obj_list_all()
600 max_vdev_cnt = wlan_psoc_get_max_vdev_count(psoc); in wlan_objmgr_iterate_obj_list_all_noref()
918 if (id >= wlan_psoc_get_max_vdev_count(psoc)) in wlan_objmgr_psoc_vdev_detach()
947 if (vdev_id >= wlan_psoc_get_max_vdev_count(psoc)) in wlan_objmgr_get_vdev_by_id_from_psoc_debug()
976 if (vdev_id >= wlan_psoc_get_max_vdev_count(psoc)) in wlan_objmgr_get_vdev_by_id_from_psoc()
1007 if (vdev_id >= wlan_psoc_get_max_vdev_count(psoc)) in wlan_objmgr_get_vdev_by_id_from_psoc_no_state_debug()
1033 if (vdev_id >= wlan_psoc_get_max_vdev_count(psoc)) in wlan_objmgr_get_vdev_by_id_from_psoc_no_state()
1062 if (vdev_id >= wlan_psoc_get_max_vdev_count(psoc)) in wlan_objmgr_get_vdev_by_id_from_psoc_not_log_del_debug()
1089 if (vdev_id >= wlan_psoc_get_max_vdev_count(psoc)) in wlan_objmgr_get_vdev_by_id_from_psoc_not_log_del()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/utils/src/ !
H A Dwlan_utility.c1673 if (id >= wlan_psoc_get_max_vdev_count(psoc)) { in wlan_vdev_chan_change_pending()
1720 if (id >= wlan_psoc_get_max_vdev_count(psoc)) { in wlan_vdev_down_pending()
1755 if (id >= wlan_psoc_get_max_vdev_count(psoc)) { in wlan_vdev_ap_down_pending()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/ !
H A Dwlan_objmgr_psoc_obj.h1755 static inline uint16_t wlan_psoc_get_max_vdev_count( in wlan_psoc_get_max_vdev_count() function
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/ !
H A Dtarget_if_vdev_mgr_rx_ops.c829 max_vdevs = wlan_psoc_get_max_vdev_count(psoc); in target_if_vdev_mgr_multi_vdev_restart_resp_handler()