/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_sriov.c | 53 vfs_assigned = pci_vfs_assigned(dev); in efx_ef100_pci_sriov_disable()
|
H A D | ef10_sriov.c | 368 if (!pci_vfs_assigned(efx->pci_dev)) in efx_ef10_vswitching_remove_pf() 412 unsigned int vfs_assigned = pci_vfs_assigned(dev); in efx_ef10_pci_sriov_disable() 456 if (pci_num_vf(efx->pci_dev) && !pci_vfs_assigned(efx->pci_dev)) in efx_ef10_sriov_fini()
|
H A D | efx_common.c | 1133 if (!pci_vfs_assigned(efx->pci_dev)) in efx_fini_io()
|
/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_sriov.c | 208 if (pci_vfs_assigned(pdev)) { in nitrox_sriov_disable()
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_iov.c | 482 if (pci_num_vf(pdev) && pci_vfs_assigned(pdev)) in fm10k_iov_disable() 496 if (current_vfs && pci_vfs_assigned(pdev)) { in fm10k_iov_configure()
|
/linux/drivers/pci/ |
H A D | iov.c | 1198 * pci_vfs_assigned - returns number of VFs are assigned to a guest 1204 int pci_vfs_assigned(struct pci_dev *dev) in pci_vfs_assigned() function 1236 EXPORT_SYMBOL_GPL(pci_vfs_assigned); 1303 if (pci_vfs_assigned(dev)) { in pci_sriov_configure_simple()
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_sriov.c | 137 if (!pci_vfs_assigned(wx->pdev)) in wx_disable_sriov() 190 if (!pci_vfs_assigned(pdev)) { in wx_pci_sriov_configure()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_sriov.c | 933 if (pci_vfs_assigned(bp->pdev)) { in bnxt_sriov_disable() 978 if (pci_vfs_assigned(bp->pdev)) { in bnxt_sriov_configure()
|
H A D | bnxt_ethtool.c | 5131 if (pci_vfs_assigned(bp->pdev) && in bnxt_reset()
|
/linux/drivers/virtio/ |
H A D | virtio_pci_common.c | 782 if (pci_vfs_assigned(pci_dev)) in virtio_pci_sriov_configure()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_main.c | 300 if (pci_vfs_assigned(pdev)) { in nfp_pcie_sriov_disable()
|
/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 3913 if (pci_vfs_assigned(adapter->pdev)) { in be_vf_clear() 4146 !pci_vfs_assigned(pdev)) { in be_clear() 5715 if (!pci_vfs_assigned(adapter->pdev)) in be_remove() 6033 if (adapter->num_vfs == 0 && pci_vfs_assigned(pdev)) { in be_pci_sriov_configure()
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.c | 1755 if (!pci_vfs_assigned(pf->pdev)) in i40e_free_vfs() 1792 if (!pci_vfs_assigned(pf->pdev)) { in i40e_free_vfs() 1945 if (!pci_vfs_assigned(pf->pdev)) { in i40e_pci_sriov_configure()
|
/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_main.c | 1547 if (pci_vfs_assigned(oct->pdev)) { in octep_sriov_disable()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_sriov.c | 1292 if (pci_vfs_assigned(sriov_info->pdev)) { in hinic_pci_sriov_disable()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sriov.c | 250 if (pci_vfs_assigned(adapter->pdev)) { in ixgbe_disable_sriov()
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sriov_pf.c | 468 if (pci_vfs_assigned(adapter->pdev)) { in qlcnic_pci_sriov_disable()
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_lib.c | 1681 if (pci_vfs_assigned(pdev)) { in idpf_sriov_configure()
|
/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_main.c | 1968 if (pci_vfs_assigned(pdev)) { in funeth_sriov_configure()
|
/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 1301 if (!pci_vfs_assigned(efx->pci_dev)) in ef4_fini_io()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.c | 2551 if (pci_vfs_assigned(bp->pdev)) { in bnx2x_disable_sriov()
|
/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_main.c | 3832 if (pci_vfs_assigned(oct->pci_dev)) { in lio_pci_sriov_disable()
|
/linux/drivers/crypto/hisilicon/ |
H A D | qm.c | 3992 if (pci_vfs_assigned(pdev)) { in hisi_qm_sriov_disable()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 6254 if (current_vfs && pci_vfs_assigned(pdev)) { in cxgb4_iov_configure()
|