Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dcore.c2377 int max_num_peers; in ath10k_core_init_firmware_features() local
2457 max_num_peers = TARGET_NUM_PEERS; in ath10k_core_init_firmware_features()
2469 max_num_peers = TARGET_10X_TX_STATS_NUM_PEERS; in ath10k_core_init_firmware_features()
2472 max_num_peers = TARGET_10X_NUM_PEERS; in ath10k_core_init_firmware_features()
2481 max_num_peers = TARGET_TLV_NUM_PEERS; in ath10k_core_init_firmware_features()
2497 max_num_peers = TARGET_10_4_NUM_PEERS; in ath10k_core_init_firmware_features()
2522 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()
2524 ar->max_num_peers = max_num_peers; in ath10k_core_init_firmware_features()
Dcore.h1166 int max_num_peers; member
Dwmi.c5393 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()
5395 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()
5591 ar->max_num_peers = TARGET_10_4_NUM_QCACHE_PEERS_MAX + in ath10k_wmi_event_service_ready_work()
5623 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()
5630 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()
6785 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init()
Dmac.c733 if (num_peers >= ar->max_num_peers) in ath10k_peer_create()
5406 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()
7349 ar->num_peers + 1, ar->max_num_peers); in ath10k_sta_state()
/drivers/net/wireless/ath/ath11k/
Dpeer.c257 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_peer_create()
Dcore.h516 int max_num_peers; member
Dmac.c4448 ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_mac_op_add_interface()
6309 ar->max_num_peers = TARGET_NUM_PEERS_PDEV; in __ath11k_mac_register()