Searched refs:num_peers (Results 1 – 14 of 14) sorted by relevance
| /linux/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/drivers/net/wireless/ath/ath12k/ |
| H A D | peer.c | 103 ar->num_peers--; in ath12k_peer_cleanup() 178 ar->num_peers--; in ath12k_peer_delete() 209 if (ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_peer_create() 314 ar->num_peers++; in ath12k_peer_create() 451 ar->num_peers--; in ath12k_peer_mlo_link_peers_delete()
|
| H A D | core.h | 693 int num_peers; member
|
| H A D | wmi.h | 2459 u32 num_peers; member 2587 __le32 num_peers; member
|
| H A D | mac.c | 1262 ar->num_peers = 0; in ath12k_mac_peer_cleanup_all() 7014 ar->num_peers--; in ath12k_mac_station_post_remove() 9819 ar->num_peers = 0; in ath12k_mac_start() 10824 ar->num_peers > (ar->max_num_peers - 1)) { in ath12k_mac_assign_vif_to_vdev()
|
| H A D | wmi.c | 4149 wmi_cfg->num_peers = cpu_to_le32(tg_cfg->num_peers); in ath12k_wmi_copy_resource_config()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | core.c | 96 .num_peers = 512, 182 .num_peers = 512, 271 .num_peers = 512, 360 .num_peers = 128, 449 .num_peers = 512, 539 .num_peers = 512, 627 .num_peers = 512, 709 .num_peers = 512, 801 .num_peers = 512, 890 .num_peers = 512,
|
| H A D | wmi.c | 4192 wmi_cfg->num_peers = tg_cfg->num_peers; in ath11k_wmi_copy_resource_config()
|
| /linux/tools/testing/selftests/net/ovpn/ |
| H A D | ovpn-cli.c | 2014 int num_peers = 0; in ovpn_run_cmd() local 2020 if (num_peers == MAX_PEERS) { in ovpn_run_cmd() 2036 ovpn->cli_sockets[num_peers] = peer_ctx.socket; in ovpn_run_cmd() 2052 num_peers++; in ovpn_run_cmd() 2055 for (int i = 0; i < num_peers; i++) { in ovpn_run_cmd()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi.c | 6595 config.num_peers = __cpu_to_le32(TARGET_NUM_PEERS); in ath10k_wmi_op_gen_init() 6666 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_1_op_gen_init() 6732 config.num_peers = __cpu_to_le32(TARGET_10X_TX_STATS_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init() 6735 config.num_peers = __cpu_to_le32(TARGET_10X_NUM_PEERS); in ath10k_wmi_10_2_op_gen_init() 6813 config.num_peers = __cpu_to_le32(ar->max_num_peers); in ath10k_wmi_10_4_op_gen_init() 8502 size_t num_peers; in ath10k_wmi_main_op_fw_stats_fill() local 8514 num_peers = list_count_nodes(&fw_stats->peers); in ath10k_wmi_main_op_fw_stats_fill() 8533 "ath10k PEER stats", num_peers); in ath10k_wmi_main_op_fw_stats_fill() 8560 size_t num_peers; in ath10k_wmi_10x_op_fw_stats_fill() local 8572 num_peers = list_count_nodes(&fw_stats->peers); in ath10k_wmi_10x_op_fw_stats_fill() [all …]
|
| H A D | mac.c | 748 if (ar->num_peers + list_count_nodes(&ar->arvifs) >= ar->max_num_peers) in ath10k_peer_create() 781 ar->num_peers++; in ath10k_peer_create() 866 ar->num_peers--; in ath10k_peer_delete() 895 ar->num_peers--; in ath10k_peer_map_cleanup() 935 ar->num_peers = 0; in ath10k_peer_cleanup_all() 5592 if (ar->num_peers >= ar->max_num_peers) { in ath10k_add_interface() 5992 ar->num_peers--; in ath10k_remove_interface() 7539 ar->num_peers + 1, ar->max_num_peers); in ath10k_sta_state()
|
| H A D | htt_rx.c | 3442 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_fetch_ind() 3606 if (unlikely(peer_id >= ar->htt.tx_q_state.num_peers) || in ath10k_htt_rx_tx_mode_switch_ind()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.h | 433 u8 num_peers; member
|