Searched refs:pci_enable_sriov (Results 1 - 17 of 17) sorted by relevance
/linux-4.1.27/drivers/pci/ |
H A D | iov.c | 626 * pci_enable_sriov - enable the SR-IOV capability 632 int pci_enable_sriov(struct pci_dev *dev, int nr_virtfn) pci_enable_sriov() function 641 EXPORT_SYMBOL_GPL(pci_enable_sriov); variable
|
H A D | pci-driver.c | 339 * work_on_cpu(). If that probe calls pci_enable_sriov() (which pci_call_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_iov.c | 392 err = pci_enable_sriov(pdev, num_vfs); fm10k_iov_configure()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sriov.c | 159 err = pci_enable_sriov(adapter->pdev, adapter->num_vfs); ixgbe_enable_sriov() 281 err = pci_enable_sriov(dev, num_vfs); ixgbe_pci_sriov_enable()
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
H A D | enic_main.c | 2495 err = pci_enable_sriov(pdev, enic->num_vfs); enic_probe() 2498 " pci_enable_sriov() returned %d\n", enic_probe()
|
/linux-4.1.27/drivers/misc/genwqe/ |
H A D | card_base.c | 1328 rc = pci_enable_sriov(dev, numvfs); genwqe_sriov_configure()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.c | 2576 rc = pci_enable_sriov(bp->pdev, req_vfs); 2578 BNX2X_ERR("pci_enable_sriov failed with %d\n", rc);
|
/linux-4.1.27/include/linux/ |
H A D | pci.h | 1686 int pci_enable_sriov(struct pci_dev *dev, int nr_virtfn); pci_mmcfg_late_init() 1702 static inline int pci_enable_sriov(struct pci_dev *dev, int nr_virtfn) pci_enable_sriov() function
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sriov_pf.c | 573 err = pci_enable_sriov(adapter->pdev, num_vfs); qlcnic_sriov_pf_enable()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
H A D | siena_sriov.c | 1335 rc = pci_enable_sriov(efx->pci_dev, efx->vf_count); efx_siena_sriov_init()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.c | 926 ret = pci_enable_sriov(pf->pdev, num_alloc_vfs); i40e_alloc_vfs()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
H A D | main.c | 2732 err = pci_enable_sriov(pdev, total_vfs); mlx4_enable_sriov()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 4863 * not all devices support SR-IOV, the return code from the pci_enable_sriov() 4889 * not all devices support SR-IOV, the return code from the pci_enable_sriov() 4907 rc = pci_enable_sriov(pdev, nr_vfn); lpfc_sli_probe_sriov_nr_virtfn()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 2746 /* only call pci_enable_sriov() if no VFs are allocated already */ igb_enable_sriov() 2748 err = pci_enable_sriov(pdev, adapter->vfs_allocated_count); igb_enable_sriov()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 4694 if (pci_enable_sriov(pdev, num_vf[func]) == 0)
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 3669 status = pci_enable_sriov(adapter->pdev, adapter->num_vfs);
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-main.c | 4498 ret = pci_enable_sriov(pdev, num_vfs); vxge_probe()
|
Completed in 730 milliseconds