Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Ddebug.c302 size_t num_peers; in ath10k_debug_fw_stats_process() local
334 num_peers = ath10k_debug_fw_stats_num_peers(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process()
350 if (num_peers >= ATH10K_MAX_NUM_PEER_IDS) { in ath10k_debug_fw_stats_process()
435 size_t num_peers; in ath10k_fw_stats_fill() local
448 num_peers = ath10k_debug_fw_stats_num_peers(&fw_stats->peers); in ath10k_fw_stats_fill()
632 "ath10k PEER stats", num_peers); in ath10k_fw_stats_fill()
Dcore.h630 int num_peers; member
Dmac.c373 if (ar->num_peers >= ar->max_num_peers) in ath10k_peer_create()
390 ar->num_peers++; in ath10k_peer_create()
477 ar->num_peers--; in ath10k_peer_delete()
498 ar->num_peers--; in ath10k_peer_cleanup()
516 ar->num_peers = 0; in ath10k_peer_cleanup_all()
3486 ar->num_peers--; in ath10k_remove_interface()
4082 ar->num_peers + 1, ar->max_num_peers); in ath10k_sta_state()
Dwmi-tlv.h1177 __le32 num_peers; member
Dwmi.h1578 __le32 num_peers; member
1775 __le32 num_peers; member
Dwmi.c3801 config.num_peers = __cpu_to_le32(TARGET_NUM_PEERS); in ath10k_wmi_op_gen_init()
3875 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_1_op_gen_init()
3941 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init()
Dwmi-tlv.c1160 cfg->num_peers = __cpu_to_le32(TARGET_TLV_NUM_PEERS); in ath10k_wmi_tlv_op_gen_init()