Searched refs:num_vdevs (Results 1 – 16 of 16) sorted by relevance
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | core.c | 105 .num_vdevs = 16 + 1, 189 .num_vdevs = 16 + 1, 276 .num_vdevs = 2 + 1, 363 .num_vdevs = 8, 450 .num_vdevs = 2 + 1, 538 .num_vdevs = 2 + 1, 624 .num_vdevs = 3, 705 .num_vdevs = 16 + 1, 794 .num_vdevs = 2 + 1, 881 .num_vdevs = 2 + 1,
|
| H A D | hw.h | 16 #define TARGET_NUM_VDEVS(ab) (ab->hw_params.num_vdevs) 198 u32 num_vdevs; member
|
| H A D | hw.c | 61 config->num_vdevs = ab->hw_params.num_vdevs; in ath11k_init_wmi_config_qca6390() 154 config->num_vdevs = ab->num_radios * TARGET_NUM_VDEVS(ab); in ath11k_init_wmi_config_ipq8074()
|
| H A D | wmi.h | 2359 u32 num_vdevs; member 4838 u32 num_vdevs; member 5660 u32 num_vdevs; member
|
| H A D | wmi.c | 4339 wmi_cfg->num_vdevs = tg_cfg->num_vdevs; in ath11k_wmi_copy_resource_config() 8664 for (i = 0; i < ev->num_vdevs; i++) { in ath11k_wmi_process_csa_switch_count_event() 8707 ev->num_vdevs); in ath11k_wmi_pdev_csa_switch_count_status_event()
|
| H A D | mac.c | 10263 n_addresses = ar->ab->hw_params.num_vdevs; in ath11k_mac_setup_mac_address_list() 10339 combinations[1].max_interfaces = ab->hw_params.num_vdevs; in ath11k_mac_setup_iface_combinations()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | hw.h | 19 #define TARGET_NUM_VDEVS(ab) ((ab)->profile_param->num_vdevs)
|
| H A D | core.c | 49 .num_vdevs = 17, 62 .num_vdevs = 9,
|
| H A D | core.h | 1052 u32 num_vdevs; member
|
| H A D | wmi.c | 212 config->num_vdevs = ab->num_radios * TARGET_NUM_VDEVS(ab); in ath12k_wmi_init_qcn9274() 263 config->num_vdevs = 4; in ath12k_wmi_init_wcn7850() 4109 wmi_cfg->num_vdevs = cpu_to_le32(tg_cfg->num_vdevs); in ath12k_wmi_copy_resource_config() 8834 u32 num_vdevs = le32_to_cpu(ev->num_vdevs); in ath12k_wmi_process_csa_switch_count_event() local 8841 for (i = 0; i < num_vdevs; i++) { in ath12k_wmi_process_csa_switch_count_event() 8916 ev->num_vdevs); in ath12k_wmi_pdev_csa_switch_count_status_event()
|
| H A D | wmi.h | 2411 u32 num_vdevs; member 2536 __le32 num_vdevs; member 4451 __le32 num_vdevs; member
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | wmi.c | 6685 config.num_vdevs = __cpu_to_le32(TARGET_NUM_VDEVS); in ath10k_wmi_op_gen_init() 6756 config.num_vdevs = __cpu_to_le32(TARGET_10X_NUM_VDEVS); in ath10k_wmi_10_1_op_gen_init() 6819 config.num_vdevs = __cpu_to_le32(TARGET_10X_NUM_VDEVS); in ath10k_wmi_10_2_op_gen_init() 6903 config.num_vdevs = __cpu_to_le32(ar->max_num_vdevs); in ath10k_wmi_10_4_op_gen_init() 8628 size_t num_vdevs; in ath10k_wmi_main_op_fw_stats_fill() local 8640 num_vdevs = list_count_nodes(&fw_stats->vdevs); in ath10k_wmi_main_op_fw_stats_fill() 8648 "ath10k VDEV stats", num_vdevs); in ath10k_wmi_main_op_fw_stats_fill() 8686 size_t num_vdevs; in ath10k_wmi_10x_op_fw_stats_fill() local 8698 num_vdevs = list_count_nodes(&fw_stats->vdevs); in ath10k_wmi_10x_op_fw_stats_fill() 8707 "ath10k VDEV stats", num_vdevs); in ath10k_wmi_10x_op_fw_stats_fill() [all …]
|
| H A D | debug.c | 304 size_t num_vdevs; in ath10k_debug_fw_stats_process() local 341 num_vdevs = list_count_nodes(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process() 369 if (num_vdevs >= BITS_PER_LONG) { in ath10k_debug_fw_stats_process()
|
| H A D | wmi.h | 2364 __le32 num_vdevs; member 2561 __le32 num_vdevs; member 2766 __le32 num_vdevs; member
|
| H A D | wmi-tlv.h | 1748 __le32 num_vdevs; member
|
| H A D | wmi-tlv.c | 1979 cfg->num_vdevs = __cpu_to_le32(TARGET_TLV_NUM_VDEVS); in ath10k_wmi_tlv_op_gen_init()
|