Home
last modified time | relevance | path

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

12

/linux-6.6.21/Documentation/translations/zh_CN/PCI/
Dpci-iov-howto.rst70 int pci_enable_sriov(struct pci_dev *dev, int nr_virtfn);
112 pci_enable_sriov(dev, NR_VIRTFN);
149 pci_enable_sriov(dev, numvfs);
/linux-6.6.21/Documentation/PCI/
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-6.6.21/drivers/char/hw_random/
Dcavium-rng.c48 iov_err = pci_enable_sriov(pdev, 1); in cavium_rng_probe()
/linux-6.6.21/drivers/net/ethernet/sfc/
Def100_sriov.c24 rc = pci_enable_sriov(dev, num_vfs); in efx_ef100_pci_sriov_enable()
Def10_sriov.c388 rc = pci_enable_sriov(dev, num_vfs); in efx_ef10_pci_sriov_enable()
/linux-6.6.21/drivers/crypto/cavium/nitrox/
Dnitrox_sriov.c166 err = pci_enable_sriov(pdev, num_vfs); in nitrox_sriov_enable()
/linux-6.6.21/drivers/crypto/intel/qat/qat_common/
Dadf_sriov.c84 return pci_enable_sriov(pdev, totalvfs); in adf_enable_sriov()
/linux-6.6.21/drivers/crypto/marvell/octeontx/
Dotx_cptpf_main.c170 ret = pci_enable_sriov(pdev, numvfs); in otx_cpt_sriov_configure()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dsriov.c193 err = pci_enable_sriov(pdev, num_vfs); in mlx5_sriov_enable()
/linux-6.6.21/drivers/fpga/
Ddfl-pci.c421 ret = pci_enable_sriov(pcidev, num_vfs); in cci_pci_sriov_configure()
/linux-6.6.21/drivers/net/ethernet/pensando/ionic/
Dionic_bus_pci.c193 ret = pci_enable_sriov(pdev, num_vfs); in ionic_sriov_configure()
/linux-6.6.21/drivers/pci/
Diov.c1065 int pci_enable_sriov(struct pci_dev *dev, int nr_virtfn) in pci_enable_sriov() function
1074 EXPORT_SYMBOL_GPL(pci_enable_sriov);
/linux-6.6.21/drivers/net/ethernet/amd/pds_core/
Dmain.c154 ret = pci_enable_sriov(pdev, num_vfs); in pdsc_sriov_configure()
/linux-6.6.21/drivers/virtio/
Dvirtio_pci_common.c627 ret = pci_enable_sriov(pci_dev, num_vfs); in virtio_pci_sriov_configure()
/linux-6.6.21/drivers/net/ethernet/intel/fm10k/
Dfm10k_iov.c512 err = pci_enable_sriov(pdev, num_vfs); in fm10k_iov_configure()
/linux-6.6.21/drivers/crypto/cavium/cpt/
Dcptpf_main.c524 err = pci_enable_sriov(pdev, cpt->num_vf_en); in cpt_sriov_init()
/linux-6.6.21/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf_main.c714 ret = pci_enable_sriov(pdev, num_vfs); in cptpf_sriov_enable()
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c185 err = pci_enable_sriov(adapter->pdev, num_vfs); in ixgbe_enable_sriov()
321 err = pci_enable_sriov(dev, num_vfs); in ixgbe_pci_sriov_enable()
/linux-6.6.21/drivers/misc/genwqe/
Dcard_base.c1334 rc = pci_enable_sriov(dev, numvfs); in genwqe_sriov_configure()
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/
Dnfp_main.c255 err = pci_enable_sriov(pdev, num_vfs); in nfp_pcie_sriov_enable()
/linux-6.6.21/drivers/vdpa/solidrun/
Dsnet_main.c932 ret = pci_enable_sriov(pdev, psnet->cfg.vf_num); in snet_vdpa_probe_pf()
/linux-6.6.21/include/linux/
Dpci.h2344 int pci_enable_sriov(struct pci_dev *dev, int nr_virtfn);
2383 static inline int pci_enable_sriov(struct pci_dev *dev, int nr_virtfn) in pci_enable_sriov() function
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_sriov.c844 ret = pci_enable_sriov(pf->pdev, num_vfs); in ice_ena_vfs()
/linux-6.6.21/drivers/net/ethernet/freescale/enetc/
Denetc_pf.c687 err = pci_enable_sriov(pdev, num_vfs); in enetc_sriov_configure()
/linux-6.6.21/drivers/net/ethernet/huawei/hinic/
Dhinic_sriov.c1336 err = pci_enable_sriov(sriov_info->pdev, num_vfs); in hinic_pci_sriov_enable()

12