Searched refs:band_to_mac (Results 1 – 4 of 4) sorted by relevance
4088 struct wmi_host_pdev_band_to_mac *band_to_mac) in ath11k_fill_band_to_mac_param() argument4097 band_to_mac[i].pdev_id = pdev->pdev_id; in ath11k_fill_band_to_mac_param()4101 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()4102 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()4105 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()4106 band_to_mac[i].end_freq = hal_reg_cap->high_2ghz_chan; in ath11k_fill_band_to_mac_param()4109 band_to_mac[i].start_freq = hal_reg_cap->low_5ghz_chan; in ath11k_fill_band_to_mac_param()4110 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()4197 struct wmi_pdev_band_to_mac *band_to_mac; in ath11k_init_cmd_send() local4207 (param->num_band_to_mac * sizeof(*band_to_mac)); in ath11k_init_cmd_send()[all …]
2305 struct wmi_host_pdev_band_to_mac band_to_mac[WMI_HOST_MAX_PDEV]; member
3519 struct ath12k_wmi_pdev_band_to_mac_params *band_to_mac; in ath12k_init_cmd_send() local3529 (arg->num_band_to_mac * sizeof(*band_to_mac)); in ath12k_init_cmd_send()3588 len = arg->num_band_to_mac * sizeof(*band_to_mac); in ath12k_init_cmd_send()3593 len = sizeof(*band_to_mac); in ath12k_init_cmd_send()3596 band_to_mac = (void *)ptr; in ath12k_init_cmd_send()3598 band_to_mac->tlv_header = in ath12k_init_cmd_send()3601 band_to_mac->pdev_id = cpu_to_le32(arg->band_to_mac[idx].pdev_id); in ath12k_init_cmd_send()3602 band_to_mac->start_freq = in ath12k_init_cmd_send()3603 cpu_to_le32(arg->band_to_mac[idx].start_freq); in ath12k_init_cmd_send()3604 band_to_mac->end_freq = in ath12k_init_cmd_send()[all …]
2378 struct ath12k_wmi_pdev_band_arg band_to_mac[WMI_HOST_MAX_PDEV]; member