Searched refs:mlx5_core_max_vfs (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | pagealloc.c | 82 if (func_id <= max(mlx5_core_max_vfs(dev), mlx5_core_max_ec_vfs(dev))) { in func_id_to_type()
|
D | eswitch_offloads.c | 1228 mlx5_esw_for_each_vf_vport(esw, i, vport, mlx5_core_max_vfs(esw->dev)) { in esw_add_fdb_peer_miss_rules() 1269 mlx5_esw_for_each_vf_vport(esw, i, vport, mlx5_core_max_vfs(esw->dev)) { in esw_add_fdb_peer_miss_rules() 1314 mlx5_esw_for_each_vf_vport(esw, i, vport, mlx5_core_max_vfs(esw->dev)) in esw_del_fdb_peer_miss_rules()
|
D | eswitch.c | 1760 for (i = 0; i < mlx5_core_max_vfs(dev); i++) { in mlx5_esw_vports_init()
|
/Linux-v6.6/include/linux/mlx5/ |
D | driver.h | 1241 static inline u16 mlx5_core_max_vfs(const struct mlx5_core_dev *dev) in mlx5_core_max_vfs() function
|