Searched refs:band_to_mac (Results 1 – 4 of 4) sorted by relevance
3980 struct wmi_host_pdev_band_to_mac *band_to_mac) in ath11k_fill_band_to_mac_param() argument3989 band_to_mac[i].pdev_id = pdev->pdev_id; in ath11k_fill_band_to_mac_param()3993 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()3994 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()3997 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()3998 band_to_mac[i].end_freq = hal_reg_cap->high_2ghz_chan; in ath11k_fill_band_to_mac_param()4001 band_to_mac[i].start_freq = hal_reg_cap->low_5ghz_chan; in ath11k_fill_band_to_mac_param()4002 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()4089 struct wmi_pdev_band_to_mac *band_to_mac; in ath11k_init_cmd_send() local4099 (param->num_band_to_mac * sizeof(*band_to_mac)); in ath11k_init_cmd_send()[all …]
2287 struct wmi_host_pdev_band_to_mac band_to_mac[WMI_HOST_MAX_PDEV]; member
3278 struct ath12k_wmi_pdev_band_to_mac_params *band_to_mac; in ath12k_init_cmd_send() local3288 (arg->num_band_to_mac * sizeof(*band_to_mac)); in ath12k_init_cmd_send()3347 len = arg->num_band_to_mac * sizeof(*band_to_mac); in ath12k_init_cmd_send()3352 len = sizeof(*band_to_mac); in ath12k_init_cmd_send()3355 band_to_mac = (void *)ptr; in ath12k_init_cmd_send()3357 band_to_mac->tlv_header = in ath12k_init_cmd_send()3360 band_to_mac->pdev_id = cpu_to_le32(arg->band_to_mac[idx].pdev_id); in ath12k_init_cmd_send()3361 band_to_mac->start_freq = in ath12k_init_cmd_send()3362 cpu_to_le32(arg->band_to_mac[idx].start_freq); in ath12k_init_cmd_send()3363 band_to_mac->end_freq = in ath12k_init_cmd_send()[all …]
2355 struct ath12k_wmi_pdev_band_arg band_to_mac[WMI_HOST_MAX_PDEV]; member