Home
last modified time | relevance | path

Searched refs:max_num_peers (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dcore.c2271 int max_num_peers; in ath10k_core_init_firmware_features() local
2351 max_num_peers = TARGET_NUM_PEERS; in ath10k_core_init_firmware_features()
2363 max_num_peers = TARGET_10X_TX_STATS_NUM_PEERS; in ath10k_core_init_firmware_features()
2366 max_num_peers = TARGET_10X_NUM_PEERS; in ath10k_core_init_firmware_features()
2375 max_num_peers = TARGET_TLV_NUM_PEERS; in ath10k_core_init_firmware_features()
2391 max_num_peers = TARGET_10_4_NUM_PEERS; in ath10k_core_init_firmware_features()
2416 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()
2418 ar->max_num_peers = max_num_peers; in ath10k_core_init_firmware_features()
Dcore.h1101 int max_num_peers; member
Dwmi.c5307 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()
5309 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()
5487 ar->max_num_peers = TARGET_10_4_NUM_QCACHE_PEERS_MAX + in ath10k_wmi_event_service_ready_work()
5519 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()
5526 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()
6678 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init()
Dmac.c736 if (num_peers >= ar->max_num_peers) in ath10k_peer_create()
5168 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()
6494 ar->num_peers + 1, ar->max_num_peers); in ath10k_sta_state()