Searched refs:vf_dev (Results 1 – 3 of 3) sorted by relevance
16 struct pci_dev *vf_dev; member
928 int ice_sriov_set_msix_vec_count(struct pci_dev *vf_dev, int msix_vec_count) in ice_sriov_set_msix_vec_count() argument930 struct pci_dev *pdev = pci_physfn(vf_dev); in ice_sriov_set_msix_vec_count()954 vf = ice_get_vf_by_dev(pf, vf_dev); in ice_sriov_set_msix_vec_count()
172 struct pci_dev *vf_dev = NULL; in i40e_restore_all_vfs_msi_state() local175 while ((vf_dev = pci_get_device(pdev->vendor, vf_id, vf_dev))) { in i40e_restore_all_vfs_msi_state()176 if (vf_dev->is_virtfn && vf_dev->physfn == pdev) in i40e_restore_all_vfs_msi_state()177 pci_restore_msi_state(vf_dev); in i40e_restore_all_vfs_msi_state()