Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_vdev_api.c42 uint32_t *num_vdevs) in wmi_extract_tbttoffset_num_vdevs() argument
47 num_vdevs); in wmi_extract_tbttoffset_num_vdevs()
137 void *evt_buf, uint32_t *num_vdevs) in wmi_extract_ext_tbttoffset_num_vdevs() argument
142 evt_buf, num_vdevs); in wmi_extract_ext_tbttoffset_num_vdevs()
H A Dwmi_unified_vdev_tlv.c120 uint32_t *num_vdevs) in extract_tbttoffset_num_vdevs_tlv() argument
133 *num_vdevs = wmi_vdev_map_to_num_vdevs(vdev_map); in extract_tbttoffset_num_vdevs_tlv()
323 uint32_t *num_vdevs) in extract_ext_tbttoffset_num_vdevs_tlv() argument
335 *num_vdevs = tbtt_offset_ext_event->num_vdevs; in extract_ext_tbttoffset_num_vdevs_tlv()
H A Dwmi_unified_11be_tlv.c2175 bcast_info->num_vdevs = param_tlvs->num_mlo_bcast_t2lm_info; in extract_mlo_vdev_bcast_tid_to_link_map_event_tlv()
2176 wmi_debug("num_vdevs:%d", bcast_info->num_vdevs); in extract_mlo_vdev_bcast_tid_to_link_map_event_tlv()
H A Dwmi_unified_tlv.c9637 resource_cfg->num_vdevs = tgt_res_cfg->num_vdevs; in wmi_copy_resource_config()
12159 resource_cfg->num_vdevs, resource_cfg->num_tids, in init_cmd_send_tlv()
20769 param->num_vdevs = csa_status->num_vdevs; in extract_pdev_csa_switch_count_status_tlv()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ftm.c78 cds_cfg->num_vdevs = hdd_ctx->config->num_vdevs; in hdd_update_cds_config_ftm()
H A Dwlan_hdd_main.c14567 config->num_vdevs = cfg_get(psoc, CFG_NUM_VDEV_ENABLE); in hdd_cfg_params_init()
15287 cds_cfg->num_vdevs = hdd_ctx->config->num_vdevs; in hdd_update_cds_config()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/
H A Dwlan_vdev_mgr_tgt_if_rx_api.c220 tgt_vdev_mgr_tbttoffset_update_handler(uint32_t num_vdevs, bool is_ext) in tgt_vdev_mgr_tbttoffset_update_handler() argument
228 tgt_vdev_mgr_ext_tbttoffset_update_handle(uint32_t num_vdevs, bool is_ext) in tgt_vdev_mgr_ext_tbttoffset_update_handle() argument
287 uint32_t num_vdevs) in tgt_vdev_mgr_set_max_channel_switch_time() argument
299 for (i = 0; i < num_vdevs; i++) { in tgt_vdev_mgr_set_max_channel_switch_time()
H A Dwlan_vdev_mgr_utils_api.c204 param2.num_vdevs = count; in tgt_vdev_mgr_vdev_set_param_wrapper()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_vdev_api.h175 void *evt_buf, uint32_t *num_vdevs);
187 uint32_t *num_vdevs);
H A Dwmi_unified_priv.h1994 uint32_t *num_vdevs);
1998 uint32_t *num_vdevs);
2062 uint32_t *num_vdevs, uint32_t *num_quiet_triggered_vdevs);
3993 uint32_t num_vdevs = 0; in wmi_vdev_map_to_num_vdevs() local
3996 num_vdevs += (vdev_map & 0x1); in wmi_vdev_map_to_num_vdevs()
4000 return num_vdevs; in wmi_vdev_map_to_num_vdevs()
H A Dwmi_unified_param.h6909 uint32_t num_vdevs; member
8770 uint32_t num_vdevs; member
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/
H A Dtarget_if_vdev_mgr_rx_ops.c704 uint32_t num_vdevs = 0; in target_if_vdev_mgr_tbttoffset_update_handler() local
728 if (wmi_extract_tbttoffset_num_vdevs(wmi_handle, data, &num_vdevs)) { in target_if_vdev_mgr_tbttoffset_update_handler()
733 status = rx_ops->vdev_mgr_tbttoffset_update_handle(num_vdevs, in target_if_vdev_mgr_tbttoffset_update_handler()
748 uint32_t num_vdevs = 0; in target_if_vdev_mgr_ext_tbttoffset_update_handler() local
773 &num_vdevs)) { in target_if_vdev_mgr_ext_tbttoffset_update_handler()
778 status = rx_ops->vdev_mgr_tbttoffset_update_handle(num_vdevs, in target_if_vdev_mgr_ext_tbttoffset_update_handler()
961 (psoc, csa_status.vdev_ids, csa_status.num_vdevs); in target_if_pdev_csa_status_event_handler()
964 for (i = 0; i < csa_status.num_vdevs; i++) { in target_if_pdev_csa_status_event_handler()
H A Dtarget_if_vdev_mgr_tx_ops.c998 for (vdev_idx = 0; vdev_idx < param->num_vdevs ; vdev_idx++) { in target_if_vdev_mgr_multi_vdev_restart_get_ref()
1101 if (param->num_vdevs > WLAN_UMAC_PDEV_MAX_VDEVS) { in target_if_vdev_mgr_multiple_vdev_restart_req_cmd()
1103 param->num_vdevs); in target_if_vdev_mgr_multiple_vdev_restart_req_cmd()
1111 if (last_vdev_idx < 0 || (last_vdev_idx != (param->num_vdevs - 1))) { in target_if_vdev_mgr_multiple_vdev_restart_req_cmd()
1157 if (param->num_vdevs > WLAN_UMAC_PDEV_MAX_VDEVS) { in target_if_vdev_mgr_multiple_vdev_set_param_cmd()
1159 param->num_vdevs); in target_if_vdev_mgr_multiple_vdev_set_param_cmd()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
H A Dwlan_vdev_mgr_tgt_if_rx_api.h58 tgt_vdev_mgr_ext_tbttoffset_update_handle(uint32_t num_vdevs, bool is_ext);
H A Dwlan_vdev_mgr_tgt_if_tx_defs.h475 uint32_t num_vdevs; member
495 uint32_t num_vdevs; member
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_config.h134 uint32_t num_vdevs; member
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/
H A Dvdev_mgr_ops.c916 uint32_t num_vdevs, in vdev_mgr_multiple_restart_param_update() argument
924 param->num_vdevs = num_vdevs; in vdev_mgr_multiple_restart_param_update()
942 uint32_t num_vdevs, in vdev_mgr_multiple_restart_send() argument
949 vdev_ids, num_vdevs, in vdev_mgr_multiple_restart_send()
H A Dvdev_mgr_ops.h231 uint32_t num_vdevs,
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_cfg.h167 uint8_t num_vdevs; member
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/inc/
H A Dwlan_mgmt_txrx_utils_api.h934 uint8_t num_vdevs; member
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dinit_event_handler.c400 tgt_hdl->info.wlan_res_cfg.num_vdevs))) { in init_deinit_service_ready_event_handler()
403 tgt_hdl->info.wlan_res_cfg.num_vdevs; in init_deinit_service_ready_event_handler()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c228 uint8_t num_vdevs) in wma_get_number_of_tids_supported() argument
234 uint8_t num_vdevs) in wma_get_number_of_tids_supported() argument
236 return 2 * (no_of_peers_supported + num_vdevs + 2); in wma_get_number_of_tids_supported()
275 tgt_cfg->num_peers = no_of_peers_supported + tgt_cfg->num_vdevs + in wma_update_num_peers_tids()
282 tgt_cfg->num_vdevs); in wma_update_num_peers_tids()
592 tgt_cfg->num_vdevs = cds_cfg->num_vdevs; in wma_set_default_tgt_config()
6416 tgt_cfg.max_intf_count = wlan_res_cfg->num_vdevs; in wma_update_hdd_cfg()
7682 wlan_res_cfg->num_vdevs--; in wma_rx_service_ready_ext_event()
7702 wma_debug("num_vdevs: %u", wlan_res_cfg->num_vdevs); in wma_rx_service_ready_ext_event()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h2701 uint32_t num_vdevs,
2722 uint32_t *vdev_ids, uint32_t num_vdevs);
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c3726 uint32_t num_vdevs = 0; in dp_pdev_flush_pending_vdevs() local
3738 vdev_arr[num_vdevs] = vdev; in dp_pdev_flush_pending_vdevs()
3739 num_vdevs++; in dp_pdev_flush_pending_vdevs()
3745 for (i = 0; i < num_vdevs; i++) { in dp_pdev_flush_pending_vdevs()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h3907 A_UINT32 num_vdevs; member
20386 A_UINT32 num_vdevs; member
20439 A_UINT32 num_vdevs; member
22878 A_UINT32 num_vdevs; member
38847 A_UINT32 num_vdevs; member
38899 A_UINT32 num_vdevs; member