Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dwmi.c4098 band_to_mac[i].pdev_id = pdev->pdev_id; in ath11k_fill_band_to_mac_param()
4198 struct wmi_pdev_band_to_mac *band_to_mac; in ath11k_init_cmd_send() local
4277 len = sizeof(*band_to_mac); in ath11k_init_cmd_send()
4280 band_to_mac = ptr; in ath11k_init_cmd_send()
4282 band_to_mac->tlv_header = FIELD_PREP(WMI_TLV_TAG, in ath11k_init_cmd_send()
4286 band_to_mac->pdev_id = param->band_to_mac[idx].pdev_id; in ath11k_init_cmd_send()
4287 band_to_mac->start_freq = in ath11k_init_cmd_send()
4288 param->band_to_mac[idx].start_freq; in ath11k_init_cmd_send()
4289 band_to_mac->end_freq = in ath11k_init_cmd_send()
4290 param->band_to_mac[idx].end_freq; in ath11k_init_cmd_send()
[all …]
H A Dwmi.h2305 struct wmi_host_pdev_band_to_mac band_to_mac[WMI_HOST_MAX_PDEV]; member
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwmi.c3817 len = arg->num_band_to_mac * sizeof(*band_to_mac); in ath12k_init_cmd_send()
3822 len = sizeof(*band_to_mac); in ath12k_init_cmd_send()
3825 band_to_mac = (void *)ptr; in ath12k_init_cmd_send()
3827 band_to_mac->tlv_header = in ath12k_init_cmd_send()
3830 band_to_mac->pdev_id = cpu_to_le32(arg->band_to_mac[idx].pdev_id); in ath12k_init_cmd_send()
3831 band_to_mac->start_freq = in ath12k_init_cmd_send()
3832 cpu_to_le32(arg->band_to_mac[idx].start_freq); in ath12k_init_cmd_send()
3833 band_to_mac->end_freq = in ath12k_init_cmd_send()
3834 cpu_to_le32(arg->band_to_mac[idx].end_freq); in ath12k_init_cmd_send()
3835 ptr += sizeof(*band_to_mac); in ath12k_init_cmd_send()
[all …]
H A Dwmi.h2420 struct ath12k_wmi_pdev_band_arg band_to_mac[WMI_HOST_MAX_PDEV]; member