Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dcore.c87 .num_peers = TARGET_TLV_NUM_PEERS,
119 .num_peers = TARGET_TLV_NUM_PEERS,
152 .num_peers = TARGET_TLV_NUM_PEERS,
184 .num_peers = TARGET_TLV_NUM_PEERS,
216 .num_peers = TARGET_TLV_NUM_PEERS,
248 .num_peers = TARGET_TLV_NUM_PEERS,
283 .num_peers = TARGET_TLV_NUM_PEERS,
321 .num_peers = TARGET_TLV_NUM_PEERS,
364 .num_peers = TARGET_TLV_NUM_PEERS,
406 .num_peers = TARGET_TLV_NUM_PEERS,
[all …]
Dhtt_tx.c84 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in __ath10k_htt_tx_txq_recalc()
404 htt->tx_q_state.num_peers = HTT_TX_Q_STATE_NUM_PEERS; in ath10k_htt_tx_alloc_txq()
678 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_32()
740 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_64()
Dmac.c699 int num_peers = 0; in ath10k_peer_create() local
704 num_peers = ar->num_peers; in ath10k_peer_create()
708 num_peers++; in ath10k_peer_create()
710 if (num_peers >= ar->max_num_peers) in ath10k_peer_create()
743 ar->num_peers++; in ath10k_peer_create()
816 ar->num_peers--; in ath10k_peer_delete()
855 ar->num_peers--; in ath10k_peer_cleanup()
878 ar->num_peers = 0; in ath10k_peer_cleanup_all()
5011 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface()
5370 ar->num_peers--; in ath10k_remove_interface()
[all …]
Dhtt.h1430 __le16 num_peers; member
1850 u16 num_peers; member
Dwmi.c6247 config.num_peers = __cpu_to_le32(TARGET_NUM_PEERS); in ath10k_wmi_op_gen_init()
6320 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_1_op_gen_init()
6388 config.num_peers = __cpu_to_le32(TARGET_10X_TX_STATS_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init()
6391 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init()
6472 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init()
8135 size_t num_peers; in ath10k_wmi_main_op_fw_stats_fill() local
8147 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_main_op_fw_stats_fill()
8166 "ath10k PEER stats", num_peers); in ath10k_wmi_main_op_fw_stats_fill()
8192 size_t num_peers; in ath10k_wmi_10x_op_fw_stats_fill() local
8204 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_10x_op_fw_stats_fill()
[all …]
Dhw.h571 u32 num_peers; member
Dcore.h1027 int num_peers; member
Ddebug.c269 size_t num_peers; in ath10k_debug_fw_stats_process() local
306 num_peers = ath10k_wmi_fw_stats_num_peers(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process()
322 if (num_peers >= ATH10K_MAX_NUM_PEER_IDS) { in ath10k_debug_fw_stats_process()
Dhtt_rx.c2291 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_fetch_ind()
2448 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_mode_switch_ind()
Dwmi.h2282 __le32 num_peers; member
2479 __le32 num_peers; member
2684 __le32 num_peers; member
Dwmi-tlv.h1650 __le32 num_peers; member
Dwmi-tlv.c1572 cfg->num_peers = __cpu_to_le32(ar->hw_params.num_peers); in ath10k_wmi_tlv_op_gen_init()