Home
last modified time | relevance | path

Searched refs:num_peers (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c621 int num_peers = 0; in ath10k_peer_create() local
626 num_peers = ar->num_peers; in ath10k_peer_create()
630 num_peers++; in ath10k_peer_create()
632 if (num_peers >= ar->max_num_peers) in ath10k_peer_create()
649 ar->num_peers++; in ath10k_peer_create()
722 ar->num_peers--; in ath10k_peer_delete()
743 ar->num_peers--; in ath10k_peer_cleanup()
761 ar->num_peers = 0; in ath10k_peer_cleanup_all()
4319 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()
4645 ar->num_peers--; in ath10k_remove_interface()
[all …]
Dcore.h771 int num_peers; member
Dwmi.c5244 config.num_peers = __cpu_to_le32(TARGET_NUM_PEERS); in ath10k_wmi_op_gen_init()
5317 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_1_op_gen_init()
5382 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init()
5453 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init()
7023 size_t num_peers; in ath10k_wmi_main_op_fw_stats_fill() local
7035 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_main_op_fw_stats_fill()
7054 "ath10k PEER stats", num_peers); in ath10k_wmi_main_op_fw_stats_fill()
7080 size_t num_peers; in ath10k_wmi_10x_op_fw_stats_fill() local
7092 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_10x_op_fw_stats_fill()
7112 "ath10k PEER stats", num_peers); in ath10k_wmi_10x_op_fw_stats_fill()
[all …]
Ddebug.c298 size_t num_peers; in ath10k_debug_fw_stats_process() local
330 num_peers = ath10k_wmi_fw_stats_num_peers(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process()
346 if (num_peers >= ATH10K_MAX_NUM_PEER_IDS) { in ath10k_debug_fw_stats_process()
Dwmi.h2013 __le32 num_peers; member
2210 __le32 num_peers; member
2413 __le32 num_peers; member
Dwmi-tlv.h1177 __le32 num_peers; member
Dwmi-tlv.c1376 cfg->num_peers = __cpu_to_le32(TARGET_TLV_NUM_PEERS); in ath10k_wmi_tlv_op_gen_init()