Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dcore.c2065 ar->max_num_peers = TARGET_NUM_PEERS; in ath10k_core_init_firmware_features()
2077 ar->max_num_peers = TARGET_10X_TX_STATS_NUM_PEERS; in ath10k_core_init_firmware_features()
2080 ar->max_num_peers = TARGET_10X_NUM_PEERS; in ath10k_core_init_firmware_features()
2089 ar->max_num_peers = TARGET_TLV_NUM_PEERS; in ath10k_core_init_firmware_features()
2101 ar->max_num_peers = TARGET_10_4_NUM_PEERS; in ath10k_core_init_firmware_features()
Dcore.h1030 int max_num_peers; member
Dwmi.c5127 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()
5129 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()
5307 ar->max_num_peers = TARGET_10_4_NUM_QCACHE_PEERS_MAX + in ath10k_wmi_event_service_ready_work()
5339 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()
5346 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()
6472 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init()
Dmac.c710 if (num_peers >= ar->max_num_peers) in ath10k_peer_create()
5011 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()
6244 ar->num_peers + 1, ar->max_num_peers); in ath10k_sta_state()