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

/linux-master/drivers/pci/
H A Diov.c1151 * pci_sriov_set_totalvfs -- reduce the TotalVFs available
1163 int pci_sriov_set_totalvfs(struct pci_dev *dev, u16 numvfs) function
1178 EXPORT_SYMBOL_GPL(pci_sriov_set_totalvfs); variable
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_main.c236 err = pci_sriov_set_totalvfs(pf->pdev, pf->limit_vfs);
/linux-master/include/linux/
H A Dpci.h2392 int pci_sriov_set_totalvfs(struct pci_dev *dev, u16 numvfs);
2441 static inline int pci_sriov_set_totalvfs(struct pci_dev *dev, u16 numvfs) function
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c2033 pci_sriov_set_totalvfs(pdev, hw->iov.total_vfs);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c1369 pci_sriov_set_totalvfs(oct->pci_dev,
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c2947 pci_sriov_set_totalvfs(adapter->pdev, idpf_get_max_vfs(adapter));
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c4488 pci_sriov_set_totalvfs(adapter->pdev, be_max_vfs(adapter));
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11011 pci_sriov_set_totalvfs(pdev, IXGBE_MAX_VFS_DRV_LIMIT);
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c3951 pci_sriov_set_totalvfs(pdev, 7);

Completed in 227 milliseconds