Searched refs:stats_list (Results 1 – 1 of 1) sorted by relevance
88 struct mlx5e_sq_stats **stats_list; in mlx5e_open_qos_sq() local90 stats_list = kvcalloc(mlx5e_qos_max_leaf_nodes(priv->mdev), in mlx5e_open_qos_sq()91 sizeof(*stats_list), GFP_KERNEL); in mlx5e_open_qos_sq()92 if (!stats_list) in mlx5e_open_qos_sq()95 WRITE_ONCE(priv->htb_qos_sq_stats, stats_list); in mlx5e_open_qos_sq()
Completed in 4 milliseconds