Home
last modified time | relevance | path

Searched refs:pci_vfs_assigned (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.1.9/drivers/net/ethernet/sfc/
Def100_sriov.c53 vfs_assigned = pci_vfs_assigned(dev); in efx_ef100_pci_sriov_disable()
Def10_sriov.c368 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()
Defx_common.c1155 if (!pci_vfs_assigned(efx->pci_dev)) in efx_fini_io()
/linux-6.1.9/drivers/crypto/cavium/nitrox/
Dnitrox_sriov.c208 if (pci_vfs_assigned(pdev)) { in nitrox_sriov_disable()
/linux-6.1.9/drivers/net/ethernet/intel/fm10k/
Dfm10k_iov.c482 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/
Diov.c1114 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/
Dice_sriov.c192 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/
Dvirtio_pci_common.c621 if (pci_vfs_assigned(pci_dev)) in virtio_pci_sriov_configure()
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c857 if (pci_vfs_assigned(bp->pdev)) { in bnxt_sriov_disable()
903 if (pci_vfs_assigned(bp->pdev)) { in bnxt_sriov_configure()
Dbnxt_ethtool.c3706 if (pci_vfs_assigned(bp->pdev) && in bnxt_reset()
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/
Dnfp_main.c300 if (pci_vfs_assigned(pdev)) { in nfp_pcie_sriov_disable()
/linux-6.1.9/include/linux/
Dpci.h2180 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/
Defx_common.c1169 if (!pci_vfs_assigned(efx->pci_dev)) in efx_siena_fini_io()
/linux-6.1.9/drivers/net/ethernet/emulex/benet/
Dbe_main.c3911 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/
Di40e_virtchnl_pf.c1736 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/
Dhinic_sriov.c1274 if (pci_vfs_assigned(sriov_info->pdev)) { in hinic_pci_sriov_disable()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c244 if (pci_vfs_assigned(adapter->pdev)) { in ixgbe_disable_sriov()
/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sriov_pf.c468 if (pci_vfs_assigned(adapter->pdev)) { in qlcnic_pci_sriov_disable()
/linux-6.1.9/drivers/net/ethernet/fungible/funeth/
Dfuneth_main.c1973 if (pci_vfs_assigned(pdev)) { in funeth_sriov_configure()
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/
Defx.c1302 if (!pci_vfs_assigned(efx->pci_dev)) in ef4_fini_io()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c3069 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/
Dbnx2x_sriov.c2551 if (pci_vfs_assigned(bp->pdev)) { in bnx2x_disable_sriov()
/linux-6.1.9/drivers/net/ethernet/cavium/liquidio/
Dlio_main.c3841 if (pci_vfs_assigned(oct->pci_dev)) { in lio_pci_sriov_disable()
/linux-6.1.9/drivers/crypto/hisilicon/
Dqm.c4885 if (pci_vfs_assigned(pdev)) { in hisi_qm_sriov_disable()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c6264 if (current_vfs && pci_vfs_assigned(pdev)) { in cxgb4_iov_configure()

12