Home
last modified time | relevance | path

Searched refs:max_radios (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c48 .max_radios = 3,
133 .max_radios = 2,
216 .max_radios = 3,
301 .max_radios = 1,
383 .max_radios = 3,
468 .max_radios = 3,
551 .max_radios = 1,
632 .max_radios = MAX_RADIOS_5018,
H A Dhw.h142 u8 max_radios; member
H A Dreg.c777 for (i = 0; i < ab->hw_params.max_radios; i++) { in ath11k_reg_free()
H A Dhtc.c823 htc->wmi_ep_count = ab->hw_params.max_radios; in ath11k_htc_init()
H A Dahb.c559 if (j < ab->hw_params.max_radios) { in ath11k_ahb_config_ext_irq()
H A Dwmi.c7048 if (wmi_ep_count > ab->hw_params.max_radios) in ath11k_wmi_htc_tx_complete()
8980 if (wmi_ep_count > ab->hw_params.max_radios) in ath11k_wmi_connect()
9002 if (pdev_id >= ab->hw_params.max_radios) in ath11k_wmi_pdev_attach()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dhw.c860 .max_radios = 1,
917 .max_radios = 1,
973 .max_radios = 1,
H A Dhw.h143 u8 max_radios; member
H A Dhtc.c769 htc->wmi_ep_count = ab->hw_params->max_radios; in ath12k_htc_init()
H A Dreg.c728 for (i = 0; i < ab->hw_params->max_radios; i++) { in ath12k_reg_free()
H A Dwmi.c6880 if (wmi_ep_count > ab->hw_params->max_radios) in ath12k_wmi_connect()
6902 if (pdev_id >= ab->hw_params->max_radios) in ath12k_wmi_pdev_attach()