Home
last modified time | relevance | path

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

12

/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c352 while (wpa_s->pasn_count < pasn_params->num_peers) { in wpas_pasn_configure_next_peer()
392 if (wpa_s->pasn_count == pasn_params->num_peers) { in wpas_pasn_configure_next_peer()
421 for (i = 0; i < pasn_params->num_peers; i++) { in wpas_pasn_delete_peers()
842 unsigned int i, num_peers = pasn_auth->num_peers; in wpas_pasn_auth_trigger() local
850 if (!num_peers || num_peers > WPAS_MAX_PASN_PEERS) { in wpas_pasn_auth_trigger()
864 wpa_s->pasn_params->num_peers = num_peers; in wpas_pasn_auth_trigger()
866 for (i = 0; i < num_peers; i++) { in wpas_pasn_auth_trigger()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dpeer.c54 ar->num_peers--; in ath12k_peer_cleanup()
125 ar->num_peers--; in ath12k_peer_delete()
154 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_peer_create()
240 ar->num_peers++; in ath12k_peer_create()
339 ar->num_peers--; in ath12k_peer_mlo_link_peers_delete()
H A Dcore.h707 int num_peers; member
H A Dwmi.h2429 u32 num_peers; member
2554 __le32 num_peers; member
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Dwmi.c14 config->num_peers = ab->num_radios * in ath12k_wifi7_wmi_init_qcn9274()
65 config->num_peers = 16; in ath12k_wifi7_wmi_init_wcn7850()
/freebsd/sys/contrib/dev/athk/ath11k/
H A 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)
200 u32 num_peers; member
H A 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()
458 ar->num_peers++; in ath11k_peer_create()
H A Dcore.c105 .num_peers = 512,
191 .num_peers = 512,
280 .num_peers = 512,
369 .num_peers = 128,
458 .num_peers = 512,
548 .num_peers = 512,
636 .num_peers = 512,
718 .num_peers = 512,
810 .num_peers = 512,
899 .num_peers = 512,
H A 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()
H A Dcore.h760 int num_peers; member
H A Dwmi.h2367 u32 num_peers; member
5750 u32 num_peers; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c75 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in __ath10k_htt_tx_txq_recalc()
398 htt->tx_q_state.num_peers = HTT_TX_Q_STATE_NUM_PEERS; in ath10k_htt_tx_alloc_txq()
721 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_32()
783 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_64()
H A Dcore.c221 .num_peers = 10,
661 .num_peers = TARGET_QCA9377_HL_NUM_PEERS,
739 .num_peers = TARGET_HL_TLV_NUM_PEERS,
2873 if (ar->hw_params.num_peers) in ath10k_core_init_firmware_features()
2874 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()
H A Dwmi.c6686 config.num_peers = __cpu_to_le32(TARGET_NUM_PEERS); in ath10k_wmi_op_gen_init()
6757 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_1_op_gen_init()
6823 config.num_peers = __cpu_to_le32(TARGET_10X_TX_STATS_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init()
6826 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init()
6904 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init()
8627 size_t num_peers; in ath10k_wmi_main_op_fw_stats_fill() local
8639 num_peers = list_count_nodes(&fw_stats->peers); in ath10k_wmi_main_op_fw_stats_fill()
8658 "ath10k PEER stats", num_peers); in ath10k_wmi_main_op_fw_stats_fill()
8685 size_t num_peers; in ath10k_wmi_10x_op_fw_stats_fill() local
8697 num_peers = list_count_nodes(&fw_stats->peers); in ath10k_wmi_10x_op_fw_stats_fill()
[all …]
H A Dwmi-tlv.c298 num_peer_stats = __le32_to_cpu(ev->num_peers); in ath10k_wmi_tlv_op_pull_peer_stats_info()
1981 if (ar->hw_params.num_peers) in ath10k_wmi_tlv_op_gen_init()
1982 cfg->num_peers = __cpu_to_le32(ar->hw_params.num_peers); in ath10k_wmi_tlv_op_gen_init()
1984 cfg->num_peers = __cpu_to_le32(TARGET_TLV_NUM_PEERS); in ath10k_wmi_tlv_op_gen_init()
1997 if (ar->hw_params.num_peers) in ath10k_wmi_tlv_op_gen_init()
1998 cfg->num_tids = __cpu_to_le32(ar->hw_params.num_peers * 2); in ath10k_wmi_tlv_op_gen_init()
H A Dhtt.h1512 __le16 num_peers; member
1938 u16 num_peers; member
H A Dhw.h587 u32 num_peers; member
H A Dwmi-tlv.h1749 __le32 num_peers; member
2103 __le32 num_peers; member
H A Ddebug.c303 size_t num_peers; in ath10k_debug_fw_stats_process() local
340 num_peers = list_count_nodes(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process()
359 if (num_peers >= ATH10K_MAX_NUM_PEER_IDS) { in ath10k_debug_fw_stats_process()
H A Dcore.h1193 int num_peers; member
H A Dmac.c748 if (ar->num_peers + list_count_nodes(&ar->arvifs) >= ar->max_num_peers) in ath10k_peer_create()
781 ar->num_peers++; in ath10k_peer_create()
866 ar->num_peers--; in ath10k_peer_delete()
895 ar->num_peers--; in ath10k_peer_map_cleanup()
935 ar->num_peers = 0; in ath10k_peer_cleanup_all()
5604 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()
6004 ar->num_peers--; in ath10k_remove_interface()
7551 ar->num_peers + 1, ar->max_num_peers); in ath10k_sta_state()
H A Dwmi.h2367 __le32 num_peers; member
2564 __le32 num_peers; member
2769 __le32 num_peers; member
H A Dhtt_rx.c3590 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_fetch_ind()
3754 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_mode_switch_ind()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h2978 unsigned int num_peers; member
H A Ddriver_nl80211_event.c3157 event.pasn_auth.num_peers = n_peers; in qca_nl80211_pasn_auth()
3162 event.pasn_auth.num_peers); in qca_nl80211_pasn_auth()

12