Home
last modified time | relevance | path

Searched refs:max_num_stations (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.c2807 ar->max_num_stations = TARGET_NUM_STATIONS; in ath10k_core_init_firmware_features()
2819 ar->max_num_stations = TARGET_10X_TX_STATS_NUM_STATIONS; in ath10k_core_init_firmware_features()
2822 ar->max_num_stations = TARGET_10X_NUM_STATIONS; in ath10k_core_init_firmware_features()
2834 ar->max_num_stations = TARGET_TLV_NUM_STATIONS; in ath10k_core_init_firmware_features()
2850 ar->max_num_stations = TARGET_10_4_NUM_STATIONS; in ath10k_core_init_firmware_features()
H A Dcore.h1197 int max_num_stations; member
H A Dmac.c6871 if (ar->num_stations >= ar->max_num_stations) in ath10k_mac_inc_num_stations()
7550 ar->num_stations + 1, ar->max_num_stations, in ath10k_sta_state()
7569 ar->max_num_stations); in ath10k_sta_state()
10197 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in ath10k_mac_register()
H A Ddebug.c130 ar->max_num_stations, in ath10k_debug_print_boot_info()
H A Dwmi.c5692 ar->max_num_stations = TARGET_10_4_NUM_QCACHE_PEERS_MAX; in ath10k_wmi_event_service_ready_work()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h724 u32 max_num_stations; member
H A Dmac.c5215 if (ar->num_stations >= ar->max_num_stations) in ath11k_mac_inc_num_stations()
9807 ar->max_num_stations); in ath11k_mac_station_add()
10565 ar->max_num_stations = TARGET_NUM_STATIONS(ab); in __ath11k_mac_register()
10568 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in __ath11k_mac_register()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h673 u32 max_num_stations; member
H A Dmac.c6811 if (ar->num_stations >= ar->max_num_stations) in ath12k_mac_inc_num_stations()
7016 ar->max_num_stations); in ath12k_mac_station_add()
14436 ar->max_num_stations = ath12k_core_get_max_station_per_radio(ar->ab); in ath12k_mac_setup_register()
14492 wiphy->max_ap_assoc_sta += ar->max_num_stations; in ath12k_mac_hw_register()