Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dpeer.c169 ar->num_peers--; in ath11k_peer_cleanup()
198 ar->num_peers--; in ath11k_peer_delete()
216 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_peer_create()
262 ar->num_peers++; in ath11k_peer_create()
Dhw.c38 config->num_peers = 16; in ath11k_init_wmi_config_qca6390()
86 config->num_peers = TARGET_NUM_PEERS(DBS); in ath11k_init_wmi_config_ipq8074()
89 config->num_peers = TARGET_NUM_PEERS(DBS_SBS); in ath11k_init_wmi_config_ipq8074()
93 config->num_peers = TARGET_NUM_PEERS(SINGLE); in ath11k_init_wmi_config_ipq8074()
Dcore.h511 int num_peers; member
Dmac.c739 ar->num_peers = 0; in ath11k_mac_peer_cleanup_all()
3063 ar->num_peers--; in ath11k_mac_op_sta_state()
4190 ar->num_peers = 0; in ath11k_mac_op_start()
4404 ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_mac_op_add_interface()
4581 ar->num_peers--; in ath11k_mac_op_add_interface()
Dwmi.h2225 u32 num_peers; member
4913 u32 num_peers; member
Dwmi.c3104 wmi_cfg->num_peers = tg_cfg->num_peers; in ath11k_wmi_copy_resource_config()
/Linux-v5.10/drivers/net/wireguard/
Dpeer.c29 if (wg->num_peers >= MAX_PEERS_PER_DEVICE) in wg_peer_create()
67 ++wg->num_peers; in wg_peer_create()
157 --peer->device->num_peers; in peer_remove_after_dead()
Ddevice.h56 unsigned int num_peers, device_update_gen; member
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c73 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in __ath10k_htt_tx_txq_recalc()
393 htt->tx_q_state.num_peers = HTT_TX_Q_STATE_NUM_PEERS; in ath10k_htt_tx_alloc_txq()
714 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_32()
776 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_64()
Dcore.c185 .num_peers = 10,
556 .num_peers = TARGET_QCA9377_HL_NUM_PEERS,
617 .num_peers = TARGET_HL_TLV_NUM_PEERS,
2504 if (ar->hw_params.num_peers) in ath10k_core_init_firmware_features()
2505 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()
Dhtt.h1601 __le16 num_peers; member
2025 u16 num_peers; member
Dwmi.c6558 config.num_peers = __cpu_to_le32(TARGET_NUM_PEERS); in ath10k_wmi_op_gen_init()
6629 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_1_op_gen_init()
6695 config.num_peers = __cpu_to_le32(TARGET_10X_TX_STATS_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init()
6698 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init()
6776 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init()
8444 size_t num_peers; in ath10k_wmi_main_op_fw_stats_fill() local
8456 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_main_op_fw_stats_fill()
8475 "ath10k PEER stats", num_peers); in ath10k_wmi_main_op_fw_stats_fill()
8502 size_t num_peers; in ath10k_wmi_10x_op_fw_stats_fill() local
8514 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_10x_op_fw_stats_fill()
[all …]
Dwmi-tlv.c282 num_peer_stats = __le32_to_cpu(ev->num_peers); in ath10k_wmi_tlv_op_pull_peer_stats_info()
1883 if (ar->hw_params.num_peers) in ath10k_wmi_tlv_op_gen_init()
1884 cfg->num_peers = __cpu_to_le32(ar->hw_params.num_peers); in ath10k_wmi_tlv_op_gen_init()
1886 cfg->num_peers = __cpu_to_le32(TARGET_TLV_NUM_PEERS); in ath10k_wmi_tlv_op_gen_init()
1899 if (ar->hw_params.num_peers) in ath10k_wmi_tlv_op_gen_init()
1900 cfg->num_tids = __cpu_to_le32(ar->hw_params.num_peers * 2); in ath10k_wmi_tlv_op_gen_init()
Dmac.c722 int num_peers = 0; in ath10k_peer_create() local
727 num_peers = ar->num_peers; in ath10k_peer_create()
731 num_peers++; in ath10k_peer_create()
733 if (num_peers >= ar->max_num_peers) in ath10k_peer_create()
766 ar->num_peers++; in ath10k_peer_create()
851 ar->num_peers--; in ath10k_peer_delete()
890 ar->num_peers--; in ath10k_peer_cleanup()
913 ar->num_peers = 0; in ath10k_peer_cleanup_all()
5386 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()
5778 ar->num_peers--; in ath10k_remove_interface()
[all …]
Dhw.h586 u32 num_peers; member
Dwmi-tlv.h1748 __le32 num_peers; member
2102 __le32 num_peers; member
Ddebug.c258 size_t num_peers; in ath10k_debug_fw_stats_process() local
295 num_peers = ath10k_wmi_fw_stats_num_peers(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process()
314 if (num_peers >= ATH10K_MAX_NUM_PEER_IDS) { in ath10k_debug_fw_stats_process()
Dcore.h1163 int num_peers; member
Dwmi.h2363 __le32 num_peers; member
2560 __le32 num_peers; member
2765 __le32 num_peers; member
Dhtt_rx.c3133 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_fetch_ind()
3297 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_mode_switch_ind()