Searched refs:pci_vfs_assigned (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/pci/
H A Diov.c674 * pci_vfs_assigned - returns number of VFs are assigned to a guest
680 int pci_vfs_assigned(struct pci_dev *dev) pci_vfs_assigned() function
712 EXPORT_SYMBOL_GPL(pci_vfs_assigned); variable
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_iov.c342 if (pci_num_vf(pdev) && pci_vfs_assigned(pdev)) fm10k_iov_disable()
370 if (current_vfs && pci_vfs_assigned(pdev)) { fm10k_iov_configure()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c871 if (!pci_vfs_assigned(pf->pdev)) i40e_free_vfs()
895 if (!pci_vfs_assigned(pf->pdev)) { i40e_free_vfs()
1030 if (!pci_vfs_assigned(pf->pdev)) { i40e_pci_sriov_configure()
/linux-4.1.27/include/linux/
H A Dpci.h1689 int pci_vfs_assigned(struct pci_dev *dev); pci_mmcfg_late_init()
1706 static inline int pci_vfs_assigned(struct pci_dev *dev) pci_vfs_assigned() function
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c207 if (pci_vfs_assigned(adapter->pdev)) { ixgbe_disable_sriov()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_pf.c468 if (pci_vfs_assigned(adapter->pdev)) { qlcnic_pci_sriov_disable()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c3399 if (pci_vfs_assigned(adapter->pdev)) { be_vf_clear()
3520 !pci_vfs_assigned(pdev)) { be_clear()
5677 if (adapter->num_vfs == 0 && pci_vfs_assigned(pdev)) { be_pci_sriov_configure()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c2600 if (pci_vfs_assigned(bp->pdev)) { bnx2x_disable_sriov()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A Digb_main.c2688 if (pci_vfs_assigned(pdev)) { igb_disable_sriov()

Completed in 399 milliseconds