Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.c2726 int max_num_peers; in ath10k_core_init_firmware_features() local
2806 max_num_peers = TARGET_NUM_PEERS; in ath10k_core_init_firmware_features()
2818 max_num_peers = TARGET_10X_TX_STATS_NUM_PEERS; in ath10k_core_init_firmware_features()
2821 max_num_peers = TARGET_10X_NUM_PEERS; in ath10k_core_init_firmware_features()
2833 max_num_peers = TARGET_TLV_NUM_PEERS; in ath10k_core_init_firmware_features()
2849 max_num_peers = TARGET_10_4_NUM_PEERS; in ath10k_core_init_firmware_features()
2874 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()
2876 ar->max_num_peers = max_num_peers; in ath10k_core_init_firmware_features()
H A Dcore.h1196 int max_num_peers; member
H A Dwmi.c5491 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()
5493 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()
5689 ar->max_num_peers = TARGET_10_4_NUM_QCACHE_PEERS_MAX + in ath10k_wmi_event_service_ready_work()
5721 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()
5728 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()
6904 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init()
H A Dmac.c748 if (ar->num_peers + list_count_nodes(&ar->arvifs) >= ar->max_num_peers) in ath10k_peer_create()
5604 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()
7551 ar->num_peers + 1, ar->max_num_peers); in ath10k_sta_state()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dpeer.c154 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_peer_create()
H A Dcore.h708 int max_num_peers; member
H A Dmac.c10603 ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_mac_assign_vif_to_vdev()
14437 ar->max_num_peers = ath12k_core_get_max_peers_per_radio(ar->ab); in ath12k_mac_setup_register()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dpeer.c379 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_peer_create()
H A Dcore.h761 int max_num_peers; member
H A Dmac.c7097 ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_mac_op_add_interface()
10566 ar->max_num_peers = TARGET_NUM_PEERS_PDEV(ab); in __ath11k_mac_register()