Searched refs:vfinfo (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 88 adapter->vfinfo = in __ixgbe_enable_sriov() 91 if (adapter->vfinfo) { in __ixgbe_enable_sriov() 111 adapter->vfinfo[i].spoofchk_enabled = true; in __ixgbe_enable_sriov() 118 adapter->vfinfo[i].rss_query_enabled = 0; in __ixgbe_enable_sriov() 190 kfree(adapter->vfinfo); in ixgbe_disable_sriov() 191 adapter->vfinfo = NULL; in ixgbe_disable_sriov() 327 struct vf_data_storage *vfinfo = &adapter->vfinfo[vf]; in ixgbe_set_vf_multicasts() local 343 vfinfo->num_vf_mc_hashes = entries; in ixgbe_set_vf_multicasts() 350 vfinfo->vf_mc_hashes[i] = hash_list[i]; in ixgbe_set_vf_multicasts() 353 for (i = 0; i < vfinfo->num_vf_mc_hashes; i++) { in ixgbe_set_vf_multicasts() [all …]
|
D | ixgbe_dcb_nl.c | 676 struct vf_data_storage *vfinfo = &adapter->vfinfo[vf]; in ixgbe_dcbnl_ieee_setapp() local 678 if (!vfinfo->pf_qos) in ixgbe_dcbnl_ieee_setapp() 679 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan, in ixgbe_dcbnl_ieee_setapp() 721 struct vf_data_storage *vfinfo = &adapter->vfinfo[vf]; in ixgbe_dcbnl_ieee_delapp() local 723 if (!vfinfo->pf_qos) in ixgbe_dcbnl_ieee_delapp() 724 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan, in ixgbe_dcbnl_ieee_delapp()
|
D | ixgbe.h | 751 struct vf_data_storage *vfinfo; member
|
D | ixgbe_main.c | 3655 if (!adapter->vfinfo[i].spoofchk_enabled) in ixgbe_configure_virtualization() 3664 adapter->vfinfo[i].rss_query_enabled); in ixgbe_configure_virtualization() 5127 adapter->vfinfo[i].clear_to_send = false; in ixgbe_down()
|
D | ixgbe_ethtool.c | 1999 if (adapter->vfinfo[i].clear_to_send) { in ixgbe_diag_test()
|
/linux-4.1.27/net/core/ |
D | rtnetlink.c | 1122 struct nlattr *vfinfo, *vf; in rtnl_fill_ifinfo() local 1125 vfinfo = nla_nest_start(skb, IFLA_VFINFO_LIST); in rtnl_fill_ifinfo() 1126 if (!vfinfo) in rtnl_fill_ifinfo() 1172 nla_nest_cancel(skb, vfinfo); in rtnl_fill_ifinfo() 1191 nla_nest_end(skb, vfinfo); in rtnl_fill_ifinfo() 1723 struct nlattr *vfinfo[IFLA_VF_MAX + 1]; in do_setlink() local 1733 err = nla_parse_nested(vfinfo, IFLA_VF_MAX, attr, in do_setlink() 1737 err = do_setvfinfo(dev, vfinfo); in do_setlink()
|