Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
A Dcore.c2608 int max_num_peers; in ath10k_core_init_firmware_features() local
2688 max_num_peers = TARGET_NUM_PEERS; in ath10k_core_init_firmware_features()
2700 max_num_peers = TARGET_10X_TX_STATS_NUM_PEERS; in ath10k_core_init_firmware_features()
2703 max_num_peers = TARGET_10X_NUM_PEERS; in ath10k_core_init_firmware_features()
2712 max_num_peers = TARGET_TLV_NUM_PEERS; in ath10k_core_init_firmware_features()
2728 max_num_peers = TARGET_10_4_NUM_PEERS; in ath10k_core_init_firmware_features()
2753 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()
2755 ar->max_num_peers = max_num_peers; in ath10k_core_init_firmware_features()
A Dcore.h1189 int max_num_peers; member
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()
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()
7503 ar->num_peers + 1, ar->max_num_peers); in ath10k_sta_state()
/linux/drivers/net/wireless/ath/ath12k/
A Dpeer.c273 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_peer_create()
A Dcore.h602 int max_num_peers; member
A Dmac.c6733 ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_mac_assign_vif_to_vdev()
9045 ar->max_num_peers = ath12k_core_get_max_peers_per_radio(ar->ab); in ath12k_mac_setup_register()
/linux/drivers/net/wireless/ath/ath11k/
A Dpeer.c379 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_peer_create()
A Dcore.h720 int max_num_peers; member
A Dmac.c6631 ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_mac_op_add_interface()
10169 ar->max_num_peers = TARGET_NUM_PEERS_PDEV(ab); in __ath11k_mac_register()

Completed in 100 milliseconds