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