Home
last modified time | relevance | path

Searched defs:max_nch (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.c1214 int max_nch = priv->profile->max_nch(priv->mdev); in mlx5e_grp_channels_get_num_stats() local
1226 int max_nch = priv->profile->max_nch(priv->mdev); in mlx5e_grp_channels_fill_strings() local
1261 int max_nch = priv->profile->max_nch(priv->mdev); in mlx5e_grp_channels_fill_stats() local
Den_main.c1789 int err, tc, max_nch = priv->profile->max_nch(priv->mdev); in mlx5e_open_sqs() local
2845 int max_nch = priv->profile->max_nch(priv->mdev); in mlx5e_build_tc2txq_maps() local
Den.h718 int (*max_nch)(struct mlx5_core_dev *mdev); member