Home
last modified time | relevance | path

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

/linux/drivers/net/wireguard/
A Dpeer.c30 if (wg->num_peers >= MAX_PEERS_PER_DEVICE) in wg_peer_create()
63 ++wg->num_peers; in wg_peer_create()
149 --peer->device->num_peers; in peer_remove_after_dead()
A Ddevice.h54 unsigned int num_peers, device_update_gen; member
/linux/drivers/net/wireless/ath/ath11k/
A Dpeer.c187 ar->num_peers--; in ath11k_peer_cleanup()
240 ar->num_peers--; in ath11k_peer_delete()
259 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_peer_create()
333 ar->num_peers++; in ath11k_peer_create()
A Dhw.c61 config->num_peers = 16; in ath11k_init_wmi_config_qca6390()
156 config->num_peers = TARGET_NUM_PEERS(DBS); in ath11k_init_wmi_config_ipq8074()
159 config->num_peers = TARGET_NUM_PEERS(DBS_SBS); in ath11k_init_wmi_config_ipq8074()
163 config->num_peers = TARGET_NUM_PEERS(SINGLE); in ath11k_init_wmi_config_ipq8074()
A Dcore.h532 int num_peers; member
A Dmac.c730 ar->num_peers = 0; in ath11k_mac_peer_cleanup_all()
4115 ar->num_peers--; in ath11k_mac_op_sta_state()
5263 ar->num_peers = 0; in ath11k_mac_op_start()
5495 ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_mac_op_add_interface()
5702 ar->num_peers--; in ath11k_mac_op_add_interface()
A Dwmi.h2291 u32 num_peers; member
5083 u32 num_peers; member
A Dwmi.c3467 wmi_cfg->num_peers = tg_cfg->num_peers; in ath11k_wmi_copy_resource_config()
/linux/drivers/net/wireless/ath/ath10k/
A 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()
716 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_32()
778 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_64()
A Dcore.c188 .num_peers = 10,
569 .num_peers = TARGET_QCA9377_HL_NUM_PEERS,
632 .num_peers = TARGET_HL_TLV_NUM_PEERS,
2578 if (ar->hw_params.num_peers) in ath10k_core_init_firmware_features()
2579 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()
A Dhtt.h1602 __le16 num_peers; member
2029 u16 num_peers; member
A 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()
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
8543 "ath10k PEER stats", num_peers); in ath10k_wmi_10x_op_fw_stats_fill()
8659 size_t num_peers; in ath10k_wmi_10_4_op_fw_stats_fill() local
[all …]
A 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()
A 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()
901 ar->num_peers--; in ath10k_peer_cleanup()
924 ar->num_peers = 0; in ath10k_peer_cleanup_all()
5493 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()
5905 ar->num_peers--; in ath10k_remove_interface()
[all …]
A Dwmi-tlv.h1748 __le32 num_peers; member
2102 __le32 num_peers; member
A Dhw.h586 u32 num_peers; member
A 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()
A Dcore.h1176 int num_peers; member
A Dwmi.h2366 __le32 num_peers; member
2563 __le32 num_peers; member
2768 __le32 num_peers; member
A Dhtt_rx.c3312 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_fetch_ind()
3476 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_mode_switch_ind()

Completed in 195 milliseconds