Home
last modified time | relevance | path

Searched refs:vdev_count (Results 1 – 25 of 26) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_ap.c35 uint16_t vdev_count) in mlo_ap_vdev_attach() argument
62 dev_ctx->ap_ctx->num_ml_vdevs = vdev_count; in mlo_ap_vdev_attach()
87 uint16_t vdev_count) in mlo_ap_vdev_attach() argument
105 dev_ctx->ap_ctx->num_ml_vdevs = vdev_count; in mlo_ap_vdev_attach()
114 uint16_t *vdev_count, in mlo_ap_get_bridge_vdev_list() argument
121 *vdev_count = 0; in mlo_ap_get_bridge_vdev_list()
131 *vdev_count = 0; in mlo_ap_get_bridge_vdev_list()
139 wlan_bridge_vdev_list[*vdev_count] = in mlo_ap_get_bridge_vdev_list()
141 (*vdev_count) += 1; in mlo_ap_get_bridge_vdev_list()
148 uint16_t *vdev_count) in mlo_ap_get_bridge_vdev_count() argument
[all …]
H A Dwlan_mlo_mgr_sta.c262 uint16_t vdev_count = 0; in mlo_send_link_disconnect() local
286 mlo_sta_get_vdev_list(vdev, &vdev_count, wlan_vdev_list); in mlo_send_link_disconnect()
287 for (i = 0; i < vdev_count; i++) { in mlo_send_link_disconnect()
924 uint16_t vdev_count = 0; in mlo_send_link_connect() local
952 mlo_sta_get_vdev_list(vdev, &vdev_count, wlan_vdev_list); in mlo_send_link_connect()
953 for (i = 0; i < vdev_count; i++) { in mlo_send_link_connect()
1543 uint16_t vdev_count = 0; in mlo_handle_disconnect_resp() local
1545 mlo_sta_get_vdev_list(vdev, &vdev_count, wlan_vdev_list); in mlo_handle_disconnect_resp()
1546 for (i = 0; i < vdev_count; i++) { in mlo_handle_disconnect_resp()
2325 uint16_t vdev_count = 0; in mlo_internal_disconnect_links() local
[all …]
H A Dwlan_mlo_mgr_cmn.c545 uint16_t *vdev_count, in mlo_get_ml_vdev_list() argument
552 *vdev_count = 0; in mlo_get_ml_vdev_list()
562 *vdev_count = 0; in mlo_get_ml_vdev_list()
571 wlan_vdev_list[*vdev_count] = in mlo_get_ml_vdev_list()
573 (*vdev_count) += 1; in mlo_get_ml_vdev_list()
H A Dwlan_mlo_mgr_link_switch.c495 uint16_t vdev_count; in mlo_mgr_link_switch_osif_notification() local
536 mlo_sta_get_vdev_list(vdev, &vdev_count, vdev_list); in mlo_mgr_link_switch_osif_notification()
537 for (idx = 0; idx < vdev_count; idx++) { in mlo_mgr_link_switch_osif_notification()
552 for (; idx < vdev_count; idx++) in mlo_mgr_link_switch_osif_notification()
H A Dwlan_mlo_t2lm.c854 uint16_t vdev_count = 0; in wlan_send_t2lm_info() local
858 mlo_get_ml_vdev_list(vdev, &vdev_count, wlan_vdev_list); in wlan_send_t2lm_info()
859 if (!vdev_count) { in wlan_send_t2lm_info()
864 for (i = 0; i < vdev_count; i++) { in wlan_send_t2lm_info()
H A Dwlan_mlo_mgr_setup.c380 uint8_t vdev_count) in mlo_vdevs_check_single_soc() argument
385 for (i = 0; i < vdev_count; i++) { in mlo_vdevs_check_single_soc()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_ap.h41 uint16_t vdev_count);
59 uint16_t *vdev_count,
72 uint16_t *vdev_count);
89 uint16_t *vdev_count,
94 uint16_t *vdev_count, in mlo_ap_get_bridge_vdev_list() argument
101 uint16_t *vdev_count) in mlo_ap_get_bridge_vdev_count() argument
103 if (!vdev_count) in mlo_ap_get_bridge_vdev_count()
106 *vdev_count = 0; in mlo_ap_get_bridge_vdev_count()
113 uint16_t *vdev_count, in mlo_ap_get_vdev_list_no_flag() argument
135 uint16_t *vdev_count,
[all …]
H A Dwlan_mlo_mgr_setup.h226 uint8_t vdev_count);
297 uint8_t vdev_count) in mlo_vdevs_check_single_soc() argument
H A Dwlan_mlo_mgr_sta.h876 void mlo_sta_get_vdev_list(struct wlan_objmgr_vdev *vdev, uint16_t *vdev_count,
1114 uint16_t *vdev_count, in mlo_sta_get_vdev_list() argument
H A Dwlan_mlo_mgr_cmn.h359 uint16_t *vdev_count,
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main.c836 uint32_t vdev_count = 0; in wifi_pos_get_vdev_count() local
841 vdev_count += psoc->soc_objmgr.max_vdev_count; in wifi_pos_get_vdev_count()
845 return vdev_count; in wifi_pos_get_vdev_count()
855 uint32_t vdev_count; in wifi_pos_process_app_reg_req() local
890 vdev_count = wifi_pos_get_vdev_count(psoc); in wifi_pos_process_app_reg_req()
892 if (!vdev_count || vdev_count > (WLAN_OBJMGR_MAX_DEVICES in wifi_pos_process_app_reg_req()
895 vdev_count); in wifi_pos_process_app_reg_req()
903 vdev_count); in wifi_pos_process_app_reg_req()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_wifi_pos_pasn.c337 uint16_t link, vdev_count = 0; in wlan_hdd_cfg80211_send_set_ltf_keyseed_mlo_vdev() local
350 mlo_sta_get_vdev_list(vdev, &vdev_count, wlan_vdev_list); in wlan_hdd_cfg80211_send_set_ltf_keyseed_mlo_vdev()
352 for (link = 0; link < vdev_count; link++) { in wlan_hdd_cfg80211_send_set_ltf_keyseed_mlo_vdev()
/wlan-driver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_mgmt.c441 data.evt.tdls.mlo_vdev_lst[data.evt.tdls.vdev_count] = in tdls_set_no_force_vdev()
443 data.evt.tdls.vdev_count++; in tdls_set_no_force_vdev()
936 data.evt.tdls.vdev_count = 1; in tdls_set_link_mode()
952 data.evt.tdls.vdev_count = 1; in tdls_set_link_mode()
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_api.c105 uint16_t vdev_count = 0; in lim_notify_link_info() local
115 lim_get_mlo_vdev_list(pe_session, &vdev_count, in lim_notify_link_info()
117 for (link = 0; link < vdev_count; link++) { in lim_notify_link_info()
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/inc/
H A Dwlan_mlo_link_force.h95 uint8_t vdev_count; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_mlo.h72 void lim_get_mlo_vdev_list(struct pe_session *session, uint16_t *vdev_count,
H A Dlim_mlo.c232 void lim_get_mlo_vdev_list(struct pe_session *session, uint16_t *vdev_count, in lim_get_mlo_vdev_list() argument
235 mlo_ap_get_vdev_list(session->vdev, vdev_count, in lim_get_mlo_vdev_list()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_action.c768 uint32_t vdev_count = 0; in policy_mgr_get_preferred_dbs_action_table() local
838 vdev_count = policy_mgr_get_mode_specific_conn_info( in policy_mgr_get_preferred_dbs_action_table()
846 for (i = 0; i < vdev_count; i++) { in policy_mgr_get_preferred_dbs_action_table()
862 ch_freq_list[vdev_count] = ch_freq; in policy_mgr_get_preferred_dbs_action_table()
863 vdev_list[vdev_count++] = vdev_id; in policy_mgr_get_preferred_dbs_action_table()
869 if (vdev_count > 1) in policy_mgr_get_preferred_dbs_action_table()
875 if (vdev_count > 0) { in policy_mgr_get_preferred_dbs_action_table()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.h483 uint16_t vdev_count; member
H A Ddp_be.c1215 mlo_dev_ctxt->vdev_count++; in dp_attach_vdev_list_in_mlo_dev_ctxt()
1239 mlo_dev_ctxt->vdev_count--; in dp_detach_vdev_list_in_mlo_dev_ctxt()
3241 if (mlo_dev_ctxt->vdev_count) in dp_mlo_dev_ctxt_destroy()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_priv.h3969 uint32_t vdev_count = 0, vdev_set = 0, vdev_id = WLAN_INVALID_VDEV_ID; in wmi_vdev_map_to_vdev_id() local
3974 vdev_id = vdev_count; in wmi_vdev_map_to_vdev_id()
3978 vdev_count++; in wmi_vdev_map_to_vdev_id()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c10091 uint16_t vdev_count;
10164 lim_get_mlo_vdev_list(session, &vdev_count, wlan_vdev_list);
10166 vdev_count;
10912 uint16_t vdev_count;
10965 lim_get_mlo_vdev_list(session, &vdev_count, wlan_vdev_list);
10967 vdev_count - 1;
11007 for (link = 0; link < vdev_count; link++) {
11210 uint16_t vdev_count;
11215 lim_get_mlo_vdev_list(session, &vdev_count, wlan_vdev_list);
11216 for (link = 0; link < vdev_count; link++) {
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/
H A Dwlan_mlo_link_force.c2183 data->evt.tdls.vdev_count, in ml_nlink_tdls_event_handler()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h3678 uint16_t vdev_count; member
H A Ddp_main.c4801 if ((pdev->vdev_count == 0) || in dp_vdev_attach_wifi3()
4834 pdev->vdev_count++; in dp_vdev_attach_wifi3()
5318 pdev->vdev_count--; in dp_vdev_detach_wifi3()
14587 pdev->vdev_count = 0; in dp_pdev_init()

12