Home
last modified time | relevance | path

Searched refs:ivf (Results 1 – 6 of 6) sorted by relevance

/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() argument
3093 ivf->vf = vf; in mlx4_get_vf_config()
3096 ivf->mac[0] = ((s_info->mac >> (5*8)) & 0xff); in mlx4_get_vf_config()
3097 ivf->mac[1] = ((s_info->mac >> (4*8)) & 0xff); in mlx4_get_vf_config()
3098 ivf->mac[2] = ((s_info->mac >> (3*8)) & 0xff); in mlx4_get_vf_config()
3099 ivf->mac[3] = ((s_info->mac >> (2*8)) & 0xff); in mlx4_get_vf_config()
3100 ivf->mac[4] = ((s_info->mac >> (1*8)) & 0xff); in mlx4_get_vf_config()
3101 ivf->mac[5] = ((s_info->mac) & 0xff); in mlx4_get_vf_config()
3103 ivf->vlan = s_info->default_vlan; in mlx4_get_vf_config()
3104 ivf->qos = s_info->default_qos; in mlx4_get_vf_config()
[all …]
Den_netdev.c2275 static int mlx4_en_get_vf_config(struct net_device *dev, int vf, struct ifla_vf_info *ivf) in mlx4_en_get_vf_config() argument
2280 return mlx4_get_vf_config(mdev->dev, en_priv->port, vf, ivf); in mlx4_en_get_vf_config()
/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/sfc/
Dnic.h622 struct ifla_vf_info *ivf);
/linux-4.1.27/net/core/
Drtnetlink.c1465 struct ifla_vf_info ivf; in do_setvfinfo() local
1469 err = ops->ndo_get_vf_config(dev, ivt->vf, &ivf); in do_setvfinfo()
1476 ivf.min_tx_rate, in do_setvfinfo()
/linux-4.1.27/include/linux/
Dnetdevice.h1100 struct ifla_vf_info *ivf);