Home
last modified time | relevance | path

Searched refs:max_nch_limit (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den.h1000 int (*max_nch_limit)(struct mlx5_core_dev *mdev); member
Den_rep.c1229 .max_nch_limit = mlx5e_rep_max_nch_limit,
Den_main.c5474 if (profile->max_nch_limit) in mlx5e_profile_max_num_channels()
5475 nch = min_t(int, nch, profile->max_nch_limit(mdev)); in mlx5e_profile_max_num_channels()