/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | ef100_sriov.c | 53 vfs_assigned = pci_vfs_assigned(dev); in efx_ef100_pci_sriov_disable()
|
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()
|
D | efx_common.c | 1155 if (!pci_vfs_assigned(efx->pci_dev)) in efx_fini_io()
|
/linux-6.1.9/drivers/crypto/cavium/nitrox/ |
D | nitrox_sriov.c | 208 if (pci_vfs_assigned(pdev)) { in nitrox_sriov_disable()
|
/linux-6.1.9/drivers/net/ethernet/intel/fm10k/ |
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-6.1.9/drivers/pci/ |
D | iov.c | 1114 int pci_vfs_assigned(struct pci_dev *dev) in pci_vfs_assigned() function 1146 EXPORT_SYMBOL_GPL(pci_vfs_assigned); 1213 if (pci_vfs_assigned(dev)) { in pci_sriov_configure_simple()
|
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_sriov.c | 192 if (!pci_vfs_assigned(pf->pdev)) in ice_free_vfs() 213 if (!pci_vfs_assigned(pf->pdev)) { in ice_free_vfs() 1061 if (!pci_vfs_assigned(pdev)) { in ice_sriov_configure()
|
/linux-6.1.9/drivers/virtio/ |
D | virtio_pci_common.c | 621 if (pci_vfs_assigned(pci_dev)) in virtio_pci_sriov_configure()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_sriov.c | 857 if (pci_vfs_assigned(bp->pdev)) { in bnxt_sriov_disable() 903 if (pci_vfs_assigned(bp->pdev)) { in bnxt_sriov_configure()
|
D | bnxt_ethtool.c | 3706 if (pci_vfs_assigned(bp->pdev) && in bnxt_reset()
|
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/ |
D | nfp_main.c | 300 if (pci_vfs_assigned(pdev)) { in nfp_pcie_sriov_disable()
|
/linux-6.1.9/include/linux/ |
D | pci.h | 2180 int pci_vfs_assigned(struct pci_dev *dev); 2228 static inline int pci_vfs_assigned(struct pci_dev *dev) in pci_vfs_assigned() function
|
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | efx_common.c | 1169 if (!pci_vfs_assigned(efx->pci_dev)) in efx_siena_fini_io()
|
/linux-6.1.9/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 3911 if (pci_vfs_assigned(adapter->pdev)) { in be_vf_clear() 4145 !pci_vfs_assigned(pdev)) { in be_clear() 5720 if (!pci_vfs_assigned(adapter->pdev)) in be_remove() 6045 if (adapter->num_vfs == 0 && pci_vfs_assigned(pdev)) { in be_pci_sriov_configure()
|
/linux-6.1.9/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.c | 1736 if (!pci_vfs_assigned(pf->pdev)) in i40e_free_vfs() 1773 if (!pci_vfs_assigned(pf->pdev)) { in i40e_free_vfs() 1926 if (!pci_vfs_assigned(pf->pdev)) { in i40e_pci_sriov_configure()
|
/linux-6.1.9/drivers/net/ethernet/huawei/hinic/ |
D | hinic_sriov.c | 1274 if (pci_vfs_assigned(sriov_info->pdev)) { in hinic_pci_sriov_disable()
|
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_sriov.c | 244 if (pci_vfs_assigned(adapter->pdev)) { in ixgbe_disable_sriov()
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov_pf.c | 468 if (pci_vfs_assigned(adapter->pdev)) { in qlcnic_pci_sriov_disable()
|
/linux-6.1.9/drivers/net/ethernet/fungible/funeth/ |
D | funeth_main.c | 1973 if (pci_vfs_assigned(pdev)) { in funeth_sriov_configure()
|
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 1302 if (!pci_vfs_assigned(efx->pci_dev)) in ef4_fini_io()
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 3069 if (pci_vfs_assigned(pdev)) { in hns3_disable_sriov() 3160 } else if (!pci_vfs_assigned(pdev)) { in hns3_pci_sriov_configure()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 2551 if (pci_vfs_assigned(bp->pdev)) { in bnx2x_disable_sriov()
|
/linux-6.1.9/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 3841 if (pci_vfs_assigned(oct->pci_dev)) { in lio_pci_sriov_disable()
|
/linux-6.1.9/drivers/crypto/hisilicon/ |
D | qm.c | 4885 if (pci_vfs_assigned(pdev)) { in hisi_qm_sriov_disable()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 6264 if (current_vfs && pci_vfs_assigned(pdev)) { in cxgb4_iov_configure()
|