Home
last modified time | relevance | path

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

/Linux-v5.4/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()
671 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_32()
733 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_64()
Dcore.c186 .num_peers = 10,
598 .num_peers = TARGET_HL_TLV_NUM_PEERS,
2415 if (ar->hw_params.num_peers) in ath10k_core_init_firmware_features()
2416 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()
Dmac.c725 int num_peers = 0; in ath10k_peer_create() local
730 num_peers = ar->num_peers; in ath10k_peer_create()
734 num_peers++; in ath10k_peer_create()
736 if (num_peers >= ar->max_num_peers) in ath10k_peer_create()
769 ar->num_peers++; in ath10k_peer_create()
854 ar->num_peers--; in ath10k_peer_delete()
893 ar->num_peers--; in ath10k_peer_cleanup()
916 ar->num_peers = 0; in ath10k_peer_cleanup_all()
5166 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()
5558 ar->num_peers--; in ath10k_remove_interface()
[all …]
Dhtt.h1591 __le16 num_peers; member
2013 u16 num_peers; member
Dwmi.c6453 config.num_peers = __cpu_to_le32(TARGET_NUM_PEERS); in ath10k_wmi_op_gen_init()
6526 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_1_op_gen_init()
6594 config.num_peers = __cpu_to_le32(TARGET_10X_TX_STATS_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init()
6597 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init()
6678 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init()
8355 size_t num_peers; in ath10k_wmi_main_op_fw_stats_fill() local
8367 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_main_op_fw_stats_fill()
8386 "ath10k PEER stats", num_peers); in ath10k_wmi_main_op_fw_stats_fill()
8413 size_t num_peers; in ath10k_wmi_10x_op_fw_stats_fill() local
8425 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_10x_op_fw_stats_fill()
[all …]
Dhw.h583 u32 num_peers; member
Dwmi-tlv.c1735 if (ar->hw_params.num_peers) in ath10k_wmi_tlv_op_gen_init()
1736 cfg->num_peers = __cpu_to_le32(ar->hw_params.num_peers); in ath10k_wmi_tlv_op_gen_init()
1738 cfg->num_peers = __cpu_to_le32(TARGET_TLV_NUM_PEERS); in ath10k_wmi_tlv_op_gen_init()
1751 if (ar->hw_params.num_peers) in ath10k_wmi_tlv_op_gen_init()
1752 cfg->num_tids = __cpu_to_le32(ar->hw_params.num_peers * 2); in ath10k_wmi_tlv_op_gen_init()
Dcore.h1098 int 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()
Dwmi.h2341 __le32 num_peers; member
2538 __le32 num_peers; member
2743 __le32 num_peers; member
Dwmi-tlv.h1704 __le32 num_peers; member
Dhtt_rx.c3106 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_fetch_ind()
3270 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_mode_switch_ind()