| /Linux-v5.10/drivers/net/wireless/ath/ath11k/ |
| D | peer.c | 169 ar->num_peers--; in ath11k_peer_cleanup() 198 ar->num_peers--; in ath11k_peer_delete() 216 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_peer_create() 262 ar->num_peers++; in ath11k_peer_create()
|
| D | hw.c | 38 config->num_peers = 16; in ath11k_init_wmi_config_qca6390() 86 config->num_peers = TARGET_NUM_PEERS(DBS); in ath11k_init_wmi_config_ipq8074() 89 config->num_peers = TARGET_NUM_PEERS(DBS_SBS); in ath11k_init_wmi_config_ipq8074() 93 config->num_peers = TARGET_NUM_PEERS(SINGLE); in ath11k_init_wmi_config_ipq8074()
|
| D | core.h | 511 int num_peers; member
|
| D | mac.c | 739 ar->num_peers = 0; in ath11k_mac_peer_cleanup_all() 3063 ar->num_peers--; in ath11k_mac_op_sta_state() 4190 ar->num_peers = 0; in ath11k_mac_op_start() 4404 ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_mac_op_add_interface() 4581 ar->num_peers--; in ath11k_mac_op_add_interface()
|
| D | wmi.h | 2225 u32 num_peers; member 4913 u32 num_peers; member
|
| D | wmi.c | 3104 wmi_cfg->num_peers = tg_cfg->num_peers; in ath11k_wmi_copy_resource_config()
|
| /Linux-v5.10/drivers/net/wireguard/ |
| D | peer.c | 29 if (wg->num_peers >= MAX_PEERS_PER_DEVICE) in wg_peer_create() 67 ++wg->num_peers; in wg_peer_create() 157 --peer->device->num_peers; in peer_remove_after_dead()
|
| D | device.h | 56 unsigned int num_peers, device_update_gen; member
|
| /Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
| D | htt_tx.c | 73 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() 714 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_32() 776 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_64()
|
| D | core.c | 185 .num_peers = 10, 556 .num_peers = TARGET_QCA9377_HL_NUM_PEERS, 617 .num_peers = TARGET_HL_TLV_NUM_PEERS, 2504 if (ar->hw_params.num_peers) in ath10k_core_init_firmware_features() 2505 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()
|
| D | htt.h | 1601 __le16 num_peers; member 2025 u16 num_peers; member
|
| D | wmi.c | 6558 config.num_peers = __cpu_to_le32(TARGET_NUM_PEERS); in ath10k_wmi_op_gen_init() 6629 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_1_op_gen_init() 6695 config.num_peers = __cpu_to_le32(TARGET_10X_TX_STATS_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init() 6698 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init() 6776 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init() 8444 size_t num_peers; in ath10k_wmi_main_op_fw_stats_fill() local 8456 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_main_op_fw_stats_fill() 8475 "ath10k PEER stats", num_peers); in ath10k_wmi_main_op_fw_stats_fill() 8502 size_t num_peers; in ath10k_wmi_10x_op_fw_stats_fill() local 8514 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_10x_op_fw_stats_fill() [all …]
|
| D | wmi-tlv.c | 282 num_peer_stats = __le32_to_cpu(ev->num_peers); in ath10k_wmi_tlv_op_pull_peer_stats_info() 1883 if (ar->hw_params.num_peers) in ath10k_wmi_tlv_op_gen_init() 1884 cfg->num_peers = __cpu_to_le32(ar->hw_params.num_peers); in ath10k_wmi_tlv_op_gen_init() 1886 cfg->num_peers = __cpu_to_le32(TARGET_TLV_NUM_PEERS); in ath10k_wmi_tlv_op_gen_init() 1899 if (ar->hw_params.num_peers) in ath10k_wmi_tlv_op_gen_init() 1900 cfg->num_tids = __cpu_to_le32(ar->hw_params.num_peers * 2); in ath10k_wmi_tlv_op_gen_init()
|
| D | mac.c | 722 int num_peers = 0; in ath10k_peer_create() local 727 num_peers = ar->num_peers; in ath10k_peer_create() 731 num_peers++; in ath10k_peer_create() 733 if (num_peers >= ar->max_num_peers) in ath10k_peer_create() 766 ar->num_peers++; in ath10k_peer_create() 851 ar->num_peers--; in ath10k_peer_delete() 890 ar->num_peers--; in ath10k_peer_cleanup() 913 ar->num_peers = 0; in ath10k_peer_cleanup_all() 5386 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface() 5778 ar->num_peers--; in ath10k_remove_interface() [all …]
|
| D | hw.h | 586 u32 num_peers; member
|
| D | wmi-tlv.h | 1748 __le32 num_peers; member 2102 __le32 num_peers; member
|
| D | debug.c | 258 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()
|
| D | core.h | 1163 int num_peers; member
|
| D | wmi.h | 2363 __le32 num_peers; member 2560 __le32 num_peers; member 2765 __le32 num_peers; member
|
| D | htt_rx.c | 3133 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_fetch_ind() 3297 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_mode_switch_ind()
|