Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dcore.c2615 int max_num_peers; in ath10k_core_init_firmware_features() local
2695 max_num_peers = TARGET_NUM_PEERS; in ath10k_core_init_firmware_features()
2707 max_num_peers = TARGET_10X_TX_STATS_NUM_PEERS; in ath10k_core_init_firmware_features()
2710 max_num_peers = TARGET_10X_NUM_PEERS; in ath10k_core_init_firmware_features()
2719 max_num_peers = TARGET_TLV_NUM_PEERS; in ath10k_core_init_firmware_features()
2735 max_num_peers = TARGET_10_4_NUM_PEERS; in ath10k_core_init_firmware_features()
2760 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()
2762 ar->max_num_peers = max_num_peers; in ath10k_core_init_firmware_features()
H A Dcore.h1189 int max_num_peers; member
H A Dwmi.c5415 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()
5417 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()
5613 ar->max_num_peers = TARGET_10_4_NUM_QCACHE_PEERS_MAX + in ath10k_wmi_event_service_ready_work()
5645 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()
5652 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()
6807 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init()
H A Dmac.c739 if (ar->num_peers + list_count_nodes(&ar->arvifs) >= ar->max_num_peers) in ath10k_peer_create()
5560 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()
7510 ar->num_peers + 1, ar->max_num_peers); in ath10k_sta_state()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dpeer.c325 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_peer_create()
H A Dcore.h684 int max_num_peers; member
H A Dmac.c8451 ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_mac_assign_vif_to_vdev()
11109 ar->max_num_peers = ath12k_core_get_max_peers_per_radio(ar->ab); in ath12k_mac_setup_register()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dpeer.c379 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_peer_create()
H A Dcore.h720 int max_num_peers; member
H A Dmac.c6688 ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_mac_op_add_interface()
10224 ar->max_num_peers = TARGET_NUM_PEERS_PDEV(ab); in __ath11k_mac_register()