Searched refs:pci_enable_sriov (Results 1 – 25 of 39) sorted by relevance
12
/drivers/char/hw_random/ |
D | cavium-rng.c | 48 iov_err = pci_enable_sriov(pdev, 1); in cavium_rng_probe()
|
/drivers/crypto/cavium/nitrox/ |
D | nitrox_sriov.c | 166 err = pci_enable_sriov(pdev, num_vfs); in nitrox_sriov_enable()
|
/drivers/crypto/qat/qat_common/ |
D | adf_sriov.c | 74 return pci_enable_sriov(pdev, totalvfs); in adf_enable_sriov()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | sriov.c | 156 err = pci_enable_sriov(pdev, num_vfs); in mlx5_sriov_enable()
|
/drivers/crypto/marvell/octeontx/ |
D | otx_cptpf_main.c | 170 ret = pci_enable_sriov(pdev, numvfs); in otx_cpt_sriov_configure()
|
/drivers/fpga/ |
D | dfl-pci.c | 413 ret = pci_enable_sriov(pcidev, num_vfs); in cci_pci_sriov_configure()
|
/drivers/net/ethernet/pensando/ionic/ |
D | ionic_bus_pci.c | 192 ret = pci_enable_sriov(pdev, num_vfs); in ionic_sriov_configure()
|
/drivers/pci/ |
D | iov.c | 1025 int pci_enable_sriov(struct pci_dev *dev, int nr_virtfn) in pci_enable_sriov() function 1034 EXPORT_SYMBOL_GPL(pci_enable_sriov);
|
/drivers/virtio/ |
D | virtio_pci_common.c | 618 ret = pci_enable_sriov(pci_dev, num_vfs); in virtio_pci_sriov_configure()
|
/drivers/crypto/cavium/cpt/ |
D | cptpf_main.c | 524 err = pci_enable_sriov(pdev, cpt->num_vf_en); in cpt_sriov_init()
|
/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_iov.c | 512 err = pci_enable_sriov(pdev, num_vfs); in fm10k_iov_configure()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 184 err = pci_enable_sriov(adapter->pdev, num_vfs); in ixgbe_enable_sriov() 320 err = pci_enable_sriov(dev, num_vfs); in ixgbe_pci_sriov_enable()
|
/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptpf_main.c | 665 ret = pci_enable_sriov(pdev, num_vfs); in cptpf_sriov_enable()
|
/drivers/net/ethernet/sfc/ |
D | ef10_sriov.c | 388 rc = pci_enable_sriov(dev, num_vfs); in efx_ef10_pci_sriov_enable()
|
D | siena_sriov.c | 1341 rc = pci_enable_sriov(efx->pci_dev, efx->vf_count); in efx_siena_sriov_init()
|
/drivers/net/ethernet/netronome/nfp/ |
D | nfp_main.c | 233 err = pci_enable_sriov(pdev, num_vfs); in nfp_pcie_sriov_enable()
|
/drivers/misc/genwqe/ |
D | card_base.c | 1316 rc = pci_enable_sriov(dev, numvfs); in genwqe_sriov_configure()
|
/drivers/net/ethernet/freescale/enetc/ |
D | enetc_pf.c | 685 err = pci_enable_sriov(pdev, num_vfs); in enetc_sriov_configure()
|
/drivers/net/ethernet/cavium/thunder/ |
D | nic_main.c | 1276 err = pci_enable_sriov(pdev, vf_en); in nic_sriov_init()
|
/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_sriov.c | 825 rc = pci_enable_sriov(bp->pdev, *num_vfs); in bnxt_sriov_enable()
|
/drivers/net/ethernet/huawei/hinic/ |
D | hinic_sriov.c | 1324 err = pci_enable_sriov(sriov_info->pdev, num_vfs); in hinic_pci_sriov_enable()
|
/drivers/vfio/pci/ |
D | vfio_pci_core.c | 1988 ret = pci_enable_sriov(pdev, nr_virtfn); in vfio_pci_core_sriov_configure()
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov_pf.c | 573 err = pci_enable_sriov(adapter->pdev, num_vfs); in qlcnic_sriov_pf_enable()
|
/drivers/net/ethernet/cisco/enic/ |
D | enic_main.c | 2782 err = pci_enable_sriov(pdev, enic->num_vfs); in enic_probe()
|
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_pf.c | 2860 ret = pci_enable_sriov(pdev, numvfs); in otx2_sriov_enable()
|
12