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/ath11k/ !
H A Dwmi.c4267 (param->num_band_to_mac * sizeof(*band_to_mac)); in ath11k_init_cmd_send()
4326 hw_mode->num_band_to_mac = param->num_band_to_mac; in ath11k_init_cmd_send()
4330 len = param->num_band_to_mac * sizeof(*band_to_mac); in ath11k_init_cmd_send()
4338 for (idx = 0; idx < param->num_band_to_mac; idx++) { in ath11k_init_cmd_send()
4485 init_param.num_band_to_mac = ab->num_radios; in ath11k_wmi_cmd_init()
H A Dwmi.h2311 u32 num_band_to_mac; member
2326 u32 num_band_to_mac; member
/linux/drivers/net/wireless/ath/ath12k/ !
H A Dwmi.c4088 (arg->num_band_to_mac * sizeof(*band_to_mac)); in ath12k_init_cmd_send()
4143 hw_mode->num_band_to_mac = cpu_to_le32(arg->num_band_to_mac); in ath12k_init_cmd_send()
4147 len = arg->num_band_to_mac * sizeof(*band_to_mac); in ath12k_init_cmd_send()
4154 for (idx = 0; idx < arg->num_band_to_mac; idx++) { in ath12k_init_cmd_send()
4290 arg.num_band_to_mac = ab->num_radios; in ath12k_wmi_cmd_init()
H A Dwmi.h2500 u32 num_band_to_mac; member
2518 __le32 num_band_to_mac; member