Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mlx4/
Dcmd.h309 int mlx4_get_vf_config(struct mlx4_dev *dev, int port, int vf, struct ifla_vf_info *ivf);
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c3079 int mlx4_get_vf_config(struct mlx4_dev *dev, int port, int vf, struct ifla_vf_info *ivf) in mlx4_get_vf_config() function
3117 EXPORT_SYMBOL_GPL(mlx4_get_vf_config);
Den_netdev.c2280 return mlx4_get_vf_config(mdev->dev, en_priv->port, vf, ivf); in mlx4_en_get_vf_config()