Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireguard/
Dpeer.c30 if (wg->num_peers >= MAX_PEERS_PER_DEVICE) in wg_peer_create()
62 ++wg->num_peers; in wg_peer_create()
148 --peer->device->num_peers; in peer_remove_after_dead()
Ddevice.h54 unsigned int num_peers, device_update_gen; member
/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dhw.h18 #define TARGET_NUM_PEERS_PDEV(ab) (ab->hw_params.num_peers + TARGET_NUM_VDEVS(ab))
30 #define TARGET_NUM_STATIONS(ab) (ab->hw_params.num_peers)
189 u32 num_peers; member
Dpeer.c259 ar->num_peers--; in ath11k_peer_cleanup()
360 ar->num_peers--; in ath11k_peer_delete()
379 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_peer_create()
457 ar->num_peers++; in ath11k_peer_create()
Dcore.c88 .num_peers = 512,
168 .num_peers = 512,
247 .num_peers = 512,
329 .num_peers = 128,
408 .num_peers = 512,
489 .num_peers = 512,
570 .num_peers = 512,
Dhw.c62 config->num_peers = 16; in ath11k_init_wmi_config_qca6390()
157 config->num_peers = TARGET_NUM_PEERS(ab, DBS); in ath11k_init_wmi_config_ipq8074()
160 config->num_peers = TARGET_NUM_PEERS(ab, DBS_SBS); in ath11k_init_wmi_config_ipq8074()
164 config->num_peers = TARGET_NUM_PEERS(ab, SINGLE); in ath11k_init_wmi_config_ipq8074()
Dcore.h657 int num_peers; member
Dwmi.h2316 u32 num_peers; member
5289 u32 num_peers; member
Dmac.c889 ar->num_peers = 0; in ath11k_mac_peer_cleanup_all()
4574 ar->num_peers--; in ath11k_mac_op_sta_state()
5829 ar->num_peers = 0; in ath11k_mac_op_start()
6185 ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_mac_op_add_interface()
Dwmi.c3912 wmi_cfg->num_peers = tg_cfg->num_peers; in ath11k_wmi_copy_resource_config()
/Linux-v6.1/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()
396 htt->tx_q_state.num_peers = HTT_TX_Q_STATE_NUM_PEERS; in ath10k_htt_tx_alloc_txq()
719 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_32()
781 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_64()
Dcore.c205 .num_peers = 10,
626 .num_peers = TARGET_QCA9377_HL_NUM_PEERS,
697 .num_peers = TARGET_HL_TLV_NUM_PEERS,
2726 if (ar->hw_params.num_peers) in ath10k_core_init_firmware_features()
2727 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()
Dwmi.c6567 config.num_peers = __cpu_to_le32(TARGET_NUM_PEERS); in ath10k_wmi_op_gen_init()
6638 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_1_op_gen_init()
6704 config.num_peers = __cpu_to_le32(TARGET_10X_TX_STATS_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init()
6707 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init()
6785 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init()
8453 size_t num_peers; in ath10k_wmi_main_op_fw_stats_fill() local
8465 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_main_op_fw_stats_fill()
8484 "ath10k PEER stats", num_peers); in ath10k_wmi_main_op_fw_stats_fill()
8511 size_t num_peers; in ath10k_wmi_10x_op_fw_stats_fill() local
8523 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_10x_op_fw_stats_fill()
[all …]
Dwmi-tlv.c285 num_peer_stats = __le32_to_cpu(ev->num_peers); in ath10k_wmi_tlv_op_pull_peer_stats_info()
1894 if (ar->hw_params.num_peers) in ath10k_wmi_tlv_op_gen_init()
1895 cfg->num_peers = __cpu_to_le32(ar->hw_params.num_peers); in ath10k_wmi_tlv_op_gen_init()
1897 cfg->num_peers = __cpu_to_le32(TARGET_TLV_NUM_PEERS); in ath10k_wmi_tlv_op_gen_init()
1910 if (ar->hw_params.num_peers) in ath10k_wmi_tlv_op_gen_init()
1911 cfg->num_tids = __cpu_to_le32(ar->hw_params.num_peers * 2); in ath10k_wmi_tlv_op_gen_init()
Dmac.c733 int num_peers = 0; in ath10k_peer_create() local
738 num_peers = ar->num_peers; in ath10k_peer_create()
742 num_peers++; in ath10k_peer_create()
744 if (num_peers >= ar->max_num_peers) in ath10k_peer_create()
777 ar->num_peers++; in ath10k_peer_create()
862 ar->num_peers--; in ath10k_peer_delete()
891 ar->num_peers--; in ath10k_peer_map_cleanup()
931 ar->num_peers = 0; in ath10k_peer_cleanup_all()
5560 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()
5964 ar->num_peers--; in ath10k_remove_interface()
[all …]
Dhw.h591 u32 num_peers; member
Dhtt.h1487 __le16 num_peers; member
1913 u16 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.h1179 int num_peers; member
Dwmi.h2366 __le32 num_peers; member
2563 __le32 num_peers; member
2768 __le32 num_peers; member
Dhtt_rx.c3443 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_fetch_ind()
3607 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_mode_switch_ind()