Home
last modified time | relevance | path

Searched refs:TARGET_NUM_STATIONS (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dhw.h31 #define TARGET_NUM_STATIONS(ab, x) TARGET_NUM_STATIONS_##x(ab) macro
H A Dcore.c628 return TARGET_NUM_STATIONS(ab, DBS); in ath12k_core_get_max_station_per_radio()
630 return TARGET_NUM_STATIONS(ab, DBS_SBS); in ath12k_core_get_max_station_per_radio()
631 return TARGET_NUM_STATIONS(ab, SINGLE); in ath12k_core_get_max_station_per_radio()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.h688 #define TARGET_NUM_STATIONS 16 macro
689 #define TARGET_NUM_PEERS ((TARGET_NUM_STATIONS) + \
H A Dcore.c2732 ar->max_num_stations = TARGET_NUM_STATIONS; in ath10k_core_init_firmware_features()
/linux/drivers/net/wireless/ath/ath11k/
H A Dhw.h30 #define TARGET_NUM_STATIONS(ab) (ab->hw_params.num_peers) macro
H A Dmac.c10565 ar->max_num_stations = TARGET_NUM_STATIONS(ab); in __ath11k_mac_register()