Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c88 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()
121 adapter->vfinfo[i].trusted = false; in __ixgbe_enable_sriov()
124 adapter->vfinfo[i].xcast_mode = IXGBEVF_XCAST_MODE_NONE; in __ixgbe_enable_sriov()
196 kfree(adapter->vfinfo); in ixgbe_disable_sriov()
197 adapter->vfinfo = NULL; in ixgbe_disable_sriov()
333 struct vf_data_storage *vfinfo = &adapter->vfinfo[vf]; in ixgbe_set_vf_multicasts() local
349 vfinfo->num_vf_mc_hashes = entries; in ixgbe_set_vf_multicasts()
[all …]
Dixgbe_dcb_nl.c676 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()
Dixgbe.h765 struct vf_data_storage *vfinfo; member
Dixgbe_main.c3747 if (!adapter->vfinfo[i].spoofchk_enabled) in ixgbe_configure_virtualization()
3756 adapter->vfinfo[i].rss_query_enabled); in ixgbe_configure_virtualization()
5231 adapter->vfinfo[i].clear_to_send = false; in ixgbe_down()
Dixgbe_ethtool.c2004 if (adapter->vfinfo[i].clear_to_send) { in ixgbe_diag_test()
/linux-4.4.14/net/core/
Drtnetlink.c1078 struct nlattr *vfinfo) in rtnl_fill_vfinfo() argument
1129 nla_nest_cancel(skb, vfinfo); in rtnl_fill_vfinfo()
1155 nla_nest_cancel(skb, vfinfo); in rtnl_fill_vfinfo()
1271 struct nlattr *vfinfo; in rtnl_fill_ifinfo() local
1274 vfinfo = nla_nest_start(skb, IFLA_VFINFO_LIST); in rtnl_fill_ifinfo()
1275 if (!vfinfo) in rtnl_fill_ifinfo()
1278 if (rtnl_fill_vfinfo(skb, dev, i, vfinfo)) in rtnl_fill_ifinfo()
1282 nla_nest_end(skb, vfinfo); in rtnl_fill_ifinfo()
1836 struct nlattr *vfinfo[IFLA_VF_MAX + 1]; in do_setlink() local
1846 err = nla_parse_nested(vfinfo, IFLA_VF_MAX, attr, in do_setlink()
[all …]