Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/mlx4/
Dcmd.h317 int mlx4_get_vf_config(struct mlx4_dev *dev, int port, int vf, struct ifla_vf_info *ivf);
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c3198 int mlx4_get_vf_config(struct mlx4_dev *dev, int port, int vf, struct ifla_vf_info *ivf) in mlx4_get_vf_config() function
3237 EXPORT_SYMBOL_GPL(mlx4_get_vf_config);
Den_netdev.c2613 return mlx4_get_vf_config(mdev->dev, en_priv->port, vf, ivf); in mlx4_en_get_vf_config()