Searched refs:max_radios (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/dev/athk/ath12k/wifi7/ |
| H A D | hw.c | 354 .max_radios = 1, 438 .max_radios = 1, 522 .max_radios = 2, 604 .max_radios = 1, 681 .max_radios = 1,
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | core.c | 59 .max_radios = 3, 148 .max_radios = 2, 235 .max_radios = 3, 327 .max_radios = 1, 413 .max_radios = 3, 505 .max_radios = 3, 595 .max_radios = 1, 680 .max_radios = MAX_RADIOS_5018, 765 .max_radios = 3, 856 .max_radios = 3,
|
| H A D | hw.h | 147 u8 max_radios; member
|
| H A D | htc.c | 823 htc->wmi_ep_count = ab->hw_params.max_radios; in ath11k_htc_init()
|
| H A D | reg.c | 1069 for (i = 0; i < ab->hw_params.max_radios; i++) { in ath11k_reg_free()
|
| H A D | ahb.c | 565 if (j < ab->hw_params.max_radios) { in ath11k_ahb_config_ext_irq()
|
| H A D | wmi.c | 7548 if (wmi_ep_count > ab->hw_params.max_radios) in ath11k_wmi_htc_tx_complete() 9595 if (wmi_ep_count > ab->hw_params.max_radios) in ath11k_wmi_connect() 9617 if (pdev_id >= ab->hw_params.max_radios) in ath11k_wmi_pdev_attach()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | hw.h | 149 u8 max_radios; member
|
| H A D | htc.c | 776 htc->wmi_ep_count = ab->hw_params->max_radios; in ath12k_htc_init()
|
| H A D | reg.c | 1000 for (i = 0; i < ab->hw_params->max_radios; i++) {
|
| H A D | wmi.c | 10445 if (wmi_ep_count > ab->hw_params->max_radios) in ath12k_wmi_connect() 10467 if (pdev_id >= ab->hw_params->max_radios) in ath12k_wmi_pdev_attach()
|