Searched refs:band_to_mac (Results 1 – 3 of 3) sorted by relevance
4157 struct wmi_host_pdev_band_to_mac *band_to_mac) in ath11k_fill_band_to_mac_param() argument4166 band_to_mac[i].pdev_id = pdev->pdev_id; in ath11k_fill_band_to_mac_param()4170 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()4171 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()4174 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()4175 band_to_mac[i].end_freq = hal_reg_cap->high_2ghz_chan; in ath11k_fill_band_to_mac_param()4178 band_to_mac[i].start_freq = hal_reg_cap->low_5ghz_chan; in ath11k_fill_band_to_mac_param()4179 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()4266 struct wmi_pdev_band_to_mac *band_to_mac; in ath11k_init_cmd_send() local4276 (param->num_band_to_mac * sizeof(*band_to_mac)); in ath11k_init_cmd_send()[all …]
4234 struct ath12k_wmi_pdev_band_to_mac_params *band_to_mac; in ath12k_init_cmd_send() local4244 (arg->num_band_to_mac * sizeof(*band_to_mac)); in ath12k_init_cmd_send()4303 len = arg->num_band_to_mac * sizeof(*band_to_mac); in ath12k_init_cmd_send()4308 len = sizeof(*band_to_mac); in ath12k_init_cmd_send()4311 band_to_mac = (void *)ptr; in ath12k_init_cmd_send()4313 band_to_mac->tlv_header = in ath12k_init_cmd_send()4316 band_to_mac->pdev_id = cpu_to_le32(arg->band_to_mac[idx].pdev_id); in ath12k_init_cmd_send()4317 band_to_mac->start_freq = in ath12k_init_cmd_send()4318 cpu_to_le32(arg->band_to_mac[idx].start_freq); in ath12k_init_cmd_send()4319 band_to_mac->end_freq = in ath12k_init_cmd_send()[all …]
2532 struct ath12k_wmi_pdev_band_arg band_to_mac[WMI_HOST_MAX_PDEV]; member