Searched refs:vf_dev (Results 1 – 2 of 2) sorted by relevance
184 struct pci_dev *vf_dev = to_pci_dev(dev); in sriov_vf_msix_count_store() local185 struct pci_dev *pdev = pci_physfn(vf_dev); in sriov_vf_msix_count_store()200 device_lock(&vf_dev->dev); in sriov_vf_msix_count_store()201 if (vf_dev->driver) { in sriov_vf_msix_count_store()211 ret = pdev->driver->sriov_set_msix_vec_count(vf_dev, val); in sriov_vf_msix_count_store()214 device_unlock(&vf_dev->dev); in sriov_vf_msix_count_store()
16 struct pci_dev *vf_dev; member
Completed in 5 milliseconds