Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c4188 struct wmi_host_pdev_band_to_mac *band_to_mac) in ath11k_fill_band_to_mac_param() argument
4197 band_to_mac[i].pdev_id = pdev->pdev_id; in ath11k_fill_band_to_mac_param()
4201 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()
4202 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()
4205 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()
4206 band_to_mac[i].end_freq = hal_reg_cap->high_2ghz_chan; in ath11k_fill_band_to_mac_param()
4209 band_to_mac[i].start_freq = hal_reg_cap->low_5ghz_chan; in ath11k_fill_band_to_mac_param()
4210 band_to_mac[i].end_freq = hal_reg_cap->high_5ghz_chan; in ath11k_fill_band_to_mac_param()
4297 struct wmi_pdev_band_to_mac *band_to_mac; in ath11k_init_cmd_send() local
4311 (param->num_band_to_mac * sizeof(*band_to_mac)); in ath11k_init_cmd_send()
[all …]
H A Dwmi.h2290 struct wmi_host_pdev_band_to_mac band_to_mac[WMI_HOST_MAX_PDEV]; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c3436 struct ath12k_wmi_pdev_band_to_mac_params *band_to_mac; in ath12k_init_cmd_send() local
3450 (arg->num_band_to_mac * sizeof(*band_to_mac)); in ath12k_init_cmd_send()
3529 len = arg->num_band_to_mac * sizeof(*band_to_mac); in ath12k_init_cmd_send()
3538 len = sizeof(*band_to_mac); in ath12k_init_cmd_send()
3541 band_to_mac = (void *)ptr; in ath12k_init_cmd_send()
3543 band_to_mac->tlv_header = in ath12k_init_cmd_send()
3546 band_to_mac->pdev_id = cpu_to_le32(arg->band_to_mac[idx].pdev_id); in ath12k_init_cmd_send()
3547 band_to_mac->start_freq = in ath12k_init_cmd_send()
3548 cpu_to_le32(arg->band_to_mac[idx].start_freq); in ath12k_init_cmd_send()
3549 band_to_mac->end_freq = in ath12k_init_cmd_send()
[all …]
H A Dwmi.h2355 struct ath12k_wmi_pdev_band_arg band_to_mac[WMI_HOST_MAX_PDEV]; member