Home
last modified time | relevance | path

Searched refs:pci_enable_sriov (Results 1 – 25 of 44) sorted by relevance

12

/linux/Documentation/PCI/
A Dpci-iov-howto.rst70 int pci_enable_sriov(struct pci_dev *dev, int nr_virtfn);
114 pci_enable_sriov(dev, NR_VIRTFN);
151 pci_enable_sriov(dev, numvfs);
/linux/drivers/char/hw_random/
A Dcavium-rng.c51 iov_err = pci_enable_sriov(pdev, 1); in cavium_rng_probe()
/linux/drivers/crypto/cavium/nitrox/
A Dnitrox_sriov.c166 err = pci_enable_sriov(pdev, num_vfs); in nitrox_sriov_enable()
/linux/drivers/crypto/qat/qat_common/
A Dadf_sriov.c74 return pci_enable_sriov(pdev, totalvfs); in adf_enable_sriov()
/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptpf_main.c170 ret = pci_enable_sriov(pdev, numvfs); in otx_cpt_sriov_configure()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dsriov.c156 err = pci_enable_sriov(pdev, num_vfs); in mlx5_sriov_enable()
/linux/drivers/fpga/
A Ddfl-pci.c413 ret = pci_enable_sriov(pcidev, num_vfs); in cci_pci_sriov_configure()
/linux/drivers/net/ethernet/pensando/ionic/
A Dionic_bus_pci.c192 ret = pci_enable_sriov(pdev, num_vfs); in ionic_sriov_configure()
/linux/drivers/pci/
A Diov.c1023 int pci_enable_sriov(struct pci_dev *dev, int nr_virtfn) in pci_enable_sriov() function
1032 EXPORT_SYMBOL_GPL(pci_enable_sriov);
/linux/drivers/crypto/cavium/cpt/
A Dcptpf_main.c522 err = pci_enable_sriov(pdev, cpt->num_vf_en); in cpt_sriov_init()
/linux/drivers/virtio/
A Dvirtio_pci_common.c655 ret = pci_enable_sriov(pci_dev, num_vfs); in virtio_pci_sriov_configure()
/linux/drivers/net/ethernet/intel/fm10k/
A Dfm10k_iov.c512 err = pci_enable_sriov(pdev, num_vfs); in fm10k_iov_configure()
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_sriov.c183 err = pci_enable_sriov(adapter->pdev, num_vfs); in ixgbe_enable_sriov()
316 err = pci_enable_sriov(dev, num_vfs); in ixgbe_pci_sriov_enable()
/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptpf_main.c666 ret = pci_enable_sriov(pdev, num_vfs); in cptpf_sriov_enable()
/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_main.c233 err = pci_enable_sriov(pdev, num_vfs); in nfp_pcie_sriov_enable()
/linux/drivers/net/ethernet/sfc/
A Def10_sriov.c388 rc = pci_enable_sriov(dev, num_vfs); in efx_ef10_pci_sriov_enable()
A Dsiena_sriov.c1341 rc = pci_enable_sriov(efx->pci_dev, efx->vf_count); in efx_siena_sriov_init()
/linux/drivers/misc/genwqe/
A Dcard_base.c1316 rc = pci_enable_sriov(dev, numvfs); in genwqe_sriov_configure()
/linux/include/linux/
A Dpci.h2155 int pci_enable_sriov(struct pci_dev *dev, int nr_virtfn);
2182 static inline int pci_enable_sriov(struct pci_dev *dev, int nr_virtfn) in pci_enable_sriov() function
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_sriov.c1326 err = pci_enable_sriov(sriov_info->pdev, num_vfs); in hinic_pci_sriov_enable()
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc_pf.c685 err = pci_enable_sriov(pdev, num_vfs); in enetc_sriov_configure()
/linux/drivers/net/ethernet/cavium/thunder/
A Dnic_main.c1276 err = pci_enable_sriov(pdev, vf_en); in nic_sriov_init()
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_sriov.c825 rc = pci_enable_sriov(bp->pdev, *num_vfs); in bnxt_sriov_enable()
/linux/drivers/vfio/pci/
A Dvfio_pci_core.c1930 ret = pci_enable_sriov(pdev, nr_virtfn); in vfio_pci_core_sriov_configure()
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_sriov_pf.c573 err = pci_enable_sriov(adapter->pdev, num_vfs); in qlcnic_sriov_pf_enable()

Completed in 52 milliseconds

12