Home
last modified time | relevance | path

Searched refs:band_to_mac (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath11k/
Dwmi.c3980 struct wmi_host_pdev_band_to_mac *band_to_mac) in ath11k_fill_band_to_mac_param() argument
3989 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() local
4099 (param->num_band_to_mac * sizeof(*band_to_mac)); in ath11k_init_cmd_send()
[all …]
Dwmi.h2287 struct wmi_host_pdev_band_to_mac band_to_mac[WMI_HOST_MAX_PDEV]; member
/drivers/net/wireless/ath/ath12k/
Dwmi.c3278 struct ath12k_wmi_pdev_band_to_mac_params *band_to_mac; in ath12k_init_cmd_send() local
3288 (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 …]
Dwmi.h2355 struct ath12k_wmi_pdev_band_arg band_to_mac[WMI_HOST_MAX_PDEV]; member