Home
last modified time | relevance | path

Searched refs:is_physfn (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/pci/
Diov.c332 if (!pdev->is_physfn) in sriov_enable()
437 if (pdev->is_physfn) in sriov_init()
503 dev->is_physfn = 1; in sriov_init()
575 if (dev->is_physfn) in pci_iov_release()
593 BUG_ON(!dev->is_physfn); in pci_iov_resource_bar()
630 if (dev->is_physfn) in pci_restore_iov_state()
648 if (!dev->is_physfn) in pci_iov_bus_range()
669 if (!dev->is_physfn) in pci_enable_sriov()
684 if (!dev->is_physfn) in pci_disable_sriov()
703 if (!dev->is_physfn) in pci_sriov_migration()
[all …]
/linux-2.6.39/include/linux/
Dpci.h313 unsigned int is_physfn:1; member
681 #define dev_is_pf(d) ((dev_is_pci(d) ? to_pci_dev(d)->is_physfn : false))