Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dwmi.c4208 (param->num_band_to_mac * sizeof(*band_to_mac)); in ath11k_init_cmd_send()
4267 hw_mode->num_band_to_mac = param->num_band_to_mac; in ath11k_init_cmd_send()
4271 len = param->num_band_to_mac * sizeof(*band_to_mac); in ath11k_init_cmd_send()
4279 for (idx = 0; idx < param->num_band_to_mac; idx++) { in ath11k_init_cmd_send()
4426 init_param.num_band_to_mac = ab->num_radios; in ath11k_wmi_cmd_init()
H A Dwmi.h2304 u32 num_band_to_mac; member
2319 u32 num_band_to_mac; member
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwmi.c3758 (arg->num_band_to_mac * sizeof(*band_to_mac)); in ath12k_init_cmd_send()
3813 hw_mode->num_band_to_mac = cpu_to_le32(arg->num_band_to_mac); in ath12k_init_cmd_send()
3817 len = arg->num_band_to_mac * sizeof(*band_to_mac); in ath12k_init_cmd_send()
3824 for (idx = 0; idx < arg->num_band_to_mac; idx++) { in ath12k_init_cmd_send()
3959 arg.num_band_to_mac = ab->num_radios; in ath12k_wmi_cmd_init()
H A Dwmi.h2419 u32 num_band_to_mac; member
2437 __le32 num_band_to_mac; member