Searched defs:vfinfo (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c675 struct vf_data_storage *vfinfo = &adapter->vfinfo[vf]; local
677 if (!vfinfo->pf_qos)
678 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan,
720 struct vf_data_storage *vfinfo = &adapter->vfinfo[vf]; local
722 if (!vfinfo->pf_qos)
723 ixgbe_set_vmvir(adapter, vfinfo->pf_vlan,
H A Dixgbe_sriov.c87 adapter->vfinfo =
90 if (adapter->vfinfo) {
113 adapter->vfinfo[i].spoofchk_enabled = true;
179 /* set num VFs to 0 to prevent access to vfinfo */
183 kfree(adapter->vfinfo);
184 adapter->vfinfo = NULL;
319 struct vf_data_storage *vfinfo = &adapter->vfinfo[vf]; local
335 vfinfo->num_vf_mc_hashes = entries;
342 vfinfo
362 struct vf_data_storage *vfinfo; local
507 struct vf_data_storage *vfinfo = &adapter->vfinfo[vf]; local
[all...]
H A Dixgbe.h752 struct vf_data_storage *vfinfo; member in struct:ixgbe_adapter

Completed in 80 milliseconds