Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c2592 int max_num_peers; in ath10k_core_init_firmware_features() local
2672 max_num_peers = TARGET_NUM_PEERS; in ath10k_core_init_firmware_features()
2684 max_num_peers = TARGET_10X_TX_STATS_NUM_PEERS; in ath10k_core_init_firmware_features()
2687 max_num_peers = TARGET_10X_NUM_PEERS; in ath10k_core_init_firmware_features()
2696 max_num_peers = TARGET_TLV_NUM_PEERS; in ath10k_core_init_firmware_features()
2712 max_num_peers = TARGET_10_4_NUM_PEERS; in ath10k_core_init_firmware_features()
2737 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()
2739 ar->max_num_peers = max_num_peers; in ath10k_core_init_firmware_features()
H A Dcore.h1185 int max_num_peers; member
H A Dwmi.c5414 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()
5416 num_units = ar->max_num_peers + 1; in ath10k_wmi_is_host_mem_allocated()
5612 ar->max_num_peers = TARGET_10_4_NUM_QCACHE_PEERS_MAX + in ath10k_wmi_event_service_ready_work()
5644 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()
5651 num_units = ar->max_num_peers + 1; in ath10k_wmi_event_service_ready_work()
6806 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init()
H A Dmac.c744 if (num_peers >= ar->max_num_peers) in ath10k_peer_create()
5562 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()
7501 ar->num_peers + 1, ar->max_num_peers); in ath10k_sta_state()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dpeer.c273 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_peer_create()
H A Dcore.h530 int max_num_peers; member
H A Dmac.c5334 ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_mac_op_add_interface()
7302 ar->max_num_peers = TARGET_NUM_PEERS_PDEV; in __ath12k_mac_register()
/openbmc/linux/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.h672 int max_num_peers; member
H A Dmac.c6741 ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_mac_op_add_interface()
9524 ar->max_num_peers = TARGET_NUM_PEERS_PDEV(ab); in __ath11k_mac_register()