| /linux-6.15/drivers/net/wireguard/ |
| H A D | peer.c | 30 if (wg->num_peers >= MAX_PEERS_PER_DEVICE) in wg_peer_create() 62 ++wg->num_peers; in wg_peer_create() 148 --peer->device->num_peers; in peer_remove_after_dead()
|
| H A D | device.h | 54 unsigned int num_peers, device_update_gen; member
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | peer.c | 234 ar->num_peers--; in ath12k_peer_cleanup() 301 ar->num_peers--; in ath12k_peer_delete() 325 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_peer_create() 412 ar->num_peers++; in ath12k_peer_create() 560 ar->num_peers--; in ath12k_peer_mlo_link_peers_delete()
|
| H A D | core.h | 683 int num_peers; member
|
| H A D | mac.c | 1113 ar->num_peers = 0; in ath12k_mac_peer_cleanup_all() 5392 ar->num_peers--; in ath12k_mac_station_post_remove() 7601 ar->num_peers = 0; in ath12k_mac_start() 8288 ar->num_peers--; in ath12k_mac_vdev_create() 8451 ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_mac_assign_vif_to_vdev()
|
| H A D | wmi.h | 2348 u32 num_peers; member 2471 __le32 num_peers; member
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | hw.h | 18 #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) 195 u32 num_peers; member
|
| H A D | peer.c | 259 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 D | core.c | 95 .num_peers = 512, 179 .num_peers = 512, 266 .num_peers = 512, 353 .num_peers = 128, 440 .num_peers = 512, 528 .num_peers = 512, 614 .num_peers = 512, 695 .num_peers = 512, 784 .num_peers = 512, 871 .num_peers = 512,
|
| H A D | hw.c | 62 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 D | core.h | 719 int num_peers; member
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_tx.c | 73 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in __ath10k_htt_tx_txq_recalc() 396 htt->tx_q_state.num_peers = HTT_TX_Q_STATE_NUM_PEERS; in ath10k_htt_tx_alloc_txq() 719 cfg->q_state.num_peers = cpu_to_le16(htt->tx_q_state.num_peers); in ath10k_htt_send_frag_desc_bank_cfg_32() 781 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 D | core.c | 213 .num_peers = 10, 653 .num_peers = TARGET_QCA9377_HL_NUM_PEERS, 731 .num_peers = TARGET_HL_TLV_NUM_PEERS, 2759 if (ar->hw_params.num_peers) in ath10k_core_init_firmware_features() 2760 ar->max_num_peers = ar->hw_params.num_peers; in ath10k_core_init_firmware_features()
|
| H A D | wmi-tlv.c | 286 num_peer_stats = __le32_to_cpu(ev->num_peers); in ath10k_wmi_tlv_op_pull_peer_stats_info() 1906 if (ar->hw_params.num_peers) in ath10k_wmi_tlv_op_gen_init() 1907 cfg->num_peers = __cpu_to_le32(ar->hw_params.num_peers); in ath10k_wmi_tlv_op_gen_init() 1909 cfg->num_peers = __cpu_to_le32(TARGET_TLV_NUM_PEERS); in ath10k_wmi_tlv_op_gen_init() 1922 if (ar->hw_params.num_peers) in ath10k_wmi_tlv_op_gen_init() 1923 cfg->num_tids = __cpu_to_le32(ar->hw_params.num_peers * 2); in ath10k_wmi_tlv_op_gen_init()
|
| H A D | wmi.c | 6589 config.num_peers = __cpu_to_le32(TARGET_NUM_PEERS); in ath10k_wmi_op_gen_init() 6807 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init() 8496 size_t num_peers; in ath10k_wmi_main_op_fw_stats_fill() local 8508 num_peers = list_count_nodes(&fw_stats->peers); in ath10k_wmi_main_op_fw_stats_fill() 8527 "ath10k PEER stats", num_peers); in ath10k_wmi_main_op_fw_stats_fill() 8554 size_t num_peers; in ath10k_wmi_10x_op_fw_stats_fill() local 8566 num_peers = list_count_nodes(&fw_stats->peers); in ath10k_wmi_10x_op_fw_stats_fill() 8586 "ath10k PEER stats", num_peers); in ath10k_wmi_10x_op_fw_stats_fill() 8702 size_t num_peers; in ath10k_wmi_10_4_op_fw_stats_fill() local 8714 num_peers = list_count_nodes(&fw_stats->peers); in ath10k_wmi_10_4_op_fw_stats_fill() [all …]
|
| H A D | hw.h | 583 u32 num_peers; member
|
| H A D | htt.h | 1493 __le16 num_peers; member 1919 u16 num_peers; member
|
| H A D | debug.c | 260 size_t num_peers; in ath10k_debug_fw_stats_process() local 297 num_peers = list_count_nodes(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process() 316 if (num_peers >= ATH10K_MAX_NUM_PEER_IDS) { in ath10k_debug_fw_stats_process()
|
| H A D | wmi-tlv.h | 1749 __le32 num_peers; member 2103 __le32 num_peers; member
|
| H A D | core.h | 1186 int num_peers; member
|
| H A D | mac.c | 739 if (ar->num_peers + list_count_nodes(&ar->arvifs) >= ar->max_num_peers) in ath10k_peer_create() 772 ar->num_peers++; in ath10k_peer_create() 857 ar->num_peers--; in ath10k_peer_delete() 886 ar->num_peers--; in ath10k_peer_map_cleanup() 926 ar->num_peers = 0; in ath10k_peer_cleanup_all() 5560 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface() 5964 ar->num_peers--; in ath10k_remove_interface() 7510 ar->num_peers + 1, ar->max_num_peers); in ath10k_sta_state()
|
| H A D | wmi.h | 2367 __le32 num_peers; member 2564 __le32 num_peers; member 2769 __le32 num_peers; member
|
| H A D | htt_rx.c | 3438 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_fetch_ind() 3602 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_mode_switch_ind()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.h | 378 u8 num_peers; member 866 return esw->num_peers; in mlx5_eswitch_get_npeers()
|
| H A D | eswitch_offloads.c | 3042 esw->num_peers++; in mlx5_esw_offloads_devcom_event() 3043 peer_esw->num_peers++; in mlx5_esw_offloads_devcom_event() 3051 peer_esw->num_peers--; in mlx5_esw_offloads_devcom_event() 3052 esw->num_peers--; in mlx5_esw_offloads_devcom_event() 3053 if (!esw->num_peers && !peer_esw->num_peers) in mlx5_esw_offloads_devcom_event() 3095 esw->num_peers = 0; in mlx5_esw_offloads_devcom_init()
|