| /Linux-v5.15/drivers/net/wireguard/ |
| D | peer.c | 30 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()
|
| D | device.h | 57 unsigned int num_peers, device_update_gen; member
|
| /Linux-v5.15/drivers/net/wireless/ath/ath11k/ |
| D | peer.c | 187 ar->num_peers--; in ath11k_peer_cleanup() 240 ar->num_peers--; in ath11k_peer_delete() 258 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_peer_create() 322 ar->num_peers++; in ath11k_peer_create()
|
| D | hw.c | 60 config->num_peers = 16; in ath11k_init_wmi_config_qca6390() 154 config->num_peers = TARGET_NUM_PEERS(DBS); in ath11k_init_wmi_config_ipq8074() 157 config->num_peers = TARGET_NUM_PEERS(DBS_SBS); in ath11k_init_wmi_config_ipq8074() 161 config->num_peers = TARGET_NUM_PEERS(SINGLE); in ath11k_init_wmi_config_ipq8074()
|
| D | core.h | 523 int num_peers; member
|
| D | mac.c | 714 ar->num_peers = 0; in ath11k_mac_peer_cleanup_all() 3330 ar->num_peers--; in ath11k_mac_op_sta_state() 4464 ar->num_peers = 0; in ath11k_mac_op_start() 4679 ar->num_peers > (ar->max_num_peers - 1)) { in ath11k_mac_op_add_interface() 4869 ar->num_peers--; in ath11k_mac_op_add_interface()
|
| D | wmi.h | 2250 u32 num_peers; member 4982 u32 num_peers; member
|
| D | wmi.c | 3446 wmi_cfg->num_peers = tg_cfg->num_peers; in ath11k_wmi_copy_resource_config()
|
| /Linux-v5.15/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() 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()
|
| D | core.c | 188 .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()
|
| D | htt.h | 1602 __le16 num_peers; member 2026 u16 num_peers; member
|
| D | wmi.c | 6563 config.num_peers = __cpu_to_le32(TARGET_NUM_PEERS); in ath10k_wmi_op_gen_init() 6634 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_1_op_gen_init() 6700 config.num_peers = __cpu_to_le32(TARGET_10X_TX_STATS_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init() 6703 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init() 6781 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init() 8449 size_t num_peers; in ath10k_wmi_main_op_fw_stats_fill() local 8461 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_main_op_fw_stats_fill() 8480 "ath10k PEER stats", num_peers); in ath10k_wmi_main_op_fw_stats_fill() 8507 size_t num_peers; in ath10k_wmi_10x_op_fw_stats_fill() local 8519 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_10x_op_fw_stats_fill() [all …]
|
| D | wmi-tlv.c | 285 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()
|
| D | mac.c | 733 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() 5489 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface() 5882 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 | 1176 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 | 3312 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()
|