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.c2747 ar->max_num_stations = TARGET_NUM_STATIONS; in ath10k_core_init_firmware_features()
2759 ar->max_num_stations = TARGET_10X_TX_STATS_NUM_STATIONS; in ath10k_core_init_firmware_features()
2762 ar->max_num_stations = TARGET_10X_NUM_STATIONS; in ath10k_core_init_firmware_features()
2774 ar->max_num_stations = TARGET_TLV_NUM_STATIONS; in ath10k_core_init_firmware_features()
2790 ar->max_num_stations = TARGET_10_4_NUM_STATIONS; in ath10k_core_init_firmware_features()
H A Dcore.h1194 int max_num_stations; member
H A Dmac.c6835 if (ar->num_stations >= ar->max_num_stations) in ath10k_mac_inc_num_stations()
7514 ar->num_stations + 1, ar->max_num_stations, in ath10k_sta_state()
7533 ar->max_num_stations); in ath10k_sta_state()
10180 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations;
H A Ddebug.c127 ar->max_num_stations, in ath10k_debug_print_boot_info()
H A Dwmi.c5663 ar->max_num_stations = TARGET_10_4_NUM_QCACHE_PEERS_MAX; in ath10k_wmi_event_service_ready_work()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h511 u32 max_num_stations; member
H A Dmac.c3612 if (ar->num_stations >= ar->max_num_stations) in ath12k_mac_inc_num_stations()
3648 ar->max_num_stations); in ath12k_mac_station_add()
7281 ar->max_num_stations = TARGET_NUM_STATIONS; in __ath12k_mac_register()
7284 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in __ath12k_mac_register()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h656 u32 max_num_stations; member
H A Dmac.c4881 if (ar->num_stations >= ar->max_num_stations) in ath11k_mac_inc_num_stations()
4917 ar->max_num_stations); in ath11k_mac_station_add()
9504 ar->max_num_stations = TARGET_NUM_STATIONS(ab); in __ath11k_mac_register()
9507 ar->hw->wiphy->max_ap_assoc_sta = ar->max_num_stations; in __ath11k_mac_register()