Searched refs:max_num_peers (Results 1 – 10 of 10) sorted by relevance
2655 int max_num_peers; in ath10k_core_init_firmware_features() local2735 max_num_peers = TARGET_NUM_PEERS; in ath10k_core_init_firmware_features()2747 max_num_peers = TARGET_10X_TX_STATS_NUM_PEERS; in ath10k_core_init_firmware_features()2750 max_num_peers = TARGET_10X_NUM_PEERS; in ath10k_core_init_firmware_features()2759 max_num_peers = TARGET_TLV_NUM_PEERS; in ath10k_core_init_firmware_features()2775 max_num_peers = TARGET_10_4_NUM_PEERS; in ath10k_core_init_firmware_features()2800 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()2802 ar->max_num_peers = max_num_peers; in ath10k_core_init_firmware_features()
1189 int max_num_peers; member
5421 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()5423 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()5619 ar->max_num_peers = TARGET_10_4_NUM_QCACHE_PEERS_MAX + in ath10k_wmi_event_service_ready_work()5651 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()5658 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()6813 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init()
741 if (ar->num_peers + list_count_nodes(&ar->arvifs) >= ar->max_num_peers) in ath10k_peer_create()5584 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()7531 ar->num_peers + 1, ar->max_num_peers); in ath10k_sta_state()
328 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_peer_create()
769 int max_num_peers; member
10052 ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_mac_assign_vif_to_vdev()13652 ar->max_num_peers = ath12k_core_get_max_peers_per_radio(ar->ab); in ath12k_mac_setup_register()
379 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_peer_create()
724 int max_num_peers; member
6694 ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_mac_op_add_interface()10279 ar->max_num_peers = TARGET_NUM_PEERS_PDEV(ab); in __ath11k_mac_register()
Completed in 99 milliseconds