Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c3696 (arg->num_band_to_mac * sizeof(*band_to_mac)); in ath12k_init_cmd_send()
3751 hw_mode->num_band_to_mac = cpu_to_le32(arg->num_band_to_mac); in ath12k_init_cmd_send()
3755 len = arg->num_band_to_mac * sizeof(*band_to_mac); in ath12k_init_cmd_send()
3762 for (idx = 0; idx < arg->num_band_to_mac; idx++) { in ath12k_init_cmd_send()
3897 arg.num_band_to_mac = ab->num_radios; in ath12k_wmi_cmd_init()
H A Dwmi.h2403 u32 num_band_to_mac; member
2421 __le32 num_band_to_mac; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c4207 (param->num_band_to_mac * sizeof(*band_to_mac)); in ath11k_init_cmd_send()
4266 hw_mode->num_band_to_mac = param->num_band_to_mac; in ath11k_init_cmd_send()
4270 len = param->num_band_to_mac * sizeof(*band_to_mac); in ath11k_init_cmd_send()
4278 for (idx = 0; idx < param->num_band_to_mac; idx++) { in ath11k_init_cmd_send()
4425 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