Home
last modified time | relevance | path

Searched refs:pci_sriov_get_totalvfs (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/crypto/qat/qat_common/
A Dadf_sriov.c43 int totalvfs = pci_sriov_get_totalvfs(pdev); in adf_enable_sriov()
88 int totalvfs = pci_sriov_get_totalvfs(accel_to_pci_dev(accel_dev)); in adf_disable_sriov()
132 int totalvfs = pci_sriov_get_totalvfs(pdev); in adf_sriov_configure()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dsriov.c264 return pci_sriov_get_totalvfs(dev->pdev); in mlx5_get_max_vfs()
276 total_vfs = pci_sriov_get_totalvfs(pdev); in mlx5_sriov_init()
/linux/arch/powerpc/kernel/
A Dpci_dn.c192 for (i = 0; i < pci_sriov_get_totalvfs(pdev); i++) { in add_sriov_vf_pdns()
242 for (i = 0; i < pci_sriov_get_totalvfs(pdev); i++) { in remove_sriov_vf_pdns()
/linux/drivers/pci/
A Diov.c348 return sysfs_emit(buf, "%u\n", pci_sriov_get_totalvfs(pdev)); in sriov_totalvfs_show()
384 if (num_vfs > pci_sriov_get_totalvfs(pdev)) in sriov_numvfs_store()
1143 int pci_sriov_get_totalvfs(struct pci_dev *dev) in pci_sriov_get_totalvfs() function
1150 EXPORT_SYMBOL_GPL(pci_sriov_get_totalvfs);
/linux/drivers/net/ethernet/cavium/thunder/
A Dnic_main.c101 int vf_cnt = pci_sriov_get_totalvfs(nic->pdev); in nic_enable_mbx_intr()
350 if (nic->num_vf_en >= pci_sriov_get_totalvfs(nic->pdev)) { in nic_set_lmac_vf_mapping()
351 nic->num_vf_en = pci_sriov_get_totalvfs(nic->pdev); in nic_set_lmac_vf_mapping()
405 hw->tl4_cnt = MAX_QUEUES_PER_QSET * pci_sriov_get_totalvfs(nic->pdev); in nic_get_hw_info()
/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptpf_main.c104 cpt->max_vfs = pci_sriov_get_totalvfs(cpt->pdev); in otx_cpt_device_init()
/linux/drivers/misc/genwqe/
A Dcard_base.c346 totalvfs = pci_sriov_get_totalvfs(pci_dev); in genwqe_setup_vf_jtimer()
1117 cd->num_vfs = pci_sriov_get_totalvfs(pci_dev); in genwqe_pci_setup()
/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptpf_main.c751 cptpf->max_vfs = pci_sriov_get_totalvfs(pdev); in otx2_cptpf_probe()
/linux/drivers/net/ethernet/sfc/
A Def10_sriov.c267 if (pci_sriov_get_totalvfs(efx->pci_dev) <= 0) { in efx_ef10_vswitching_probe_pf()
/linux/drivers/net/ethernet/emulex/benet/
A Dbe_main.c4148 pci_sriov_get_totalvfs(pdev), in be_clear()
4151 pci_sriov_get_totalvfs(pdev), in be_clear()
4449 max_vfs = pci_sriov_get_totalvfs(adapter->pdev); in be_get_sriov_config()
4465 pci_sriov_get_totalvfs(adapter->pdev); in be_get_sriov_config()
5029 if (!pci_sriov_get_totalvfs(adapter->pdev)) in be_ndo_bridge_getlink()
/linux/include/linux/
A Dpci.h2164 int pci_sriov_get_totalvfs(struct pci_dev *dev);
2202 static inline int pci_sriov_get_totalvfs(struct pci_dev *dev) in pci_sriov_get_totalvfs() function
/linux/drivers/crypto/hisilicon/
A Dqm.c4053 total_vfs = pci_sriov_get_totalvfs(qm->pdev); in qm_func_shaper_enable()
4434 total_vfs = pci_sriov_get_totalvfs(pdev); in hisi_qm_sriov_enable()
4478 int total_vfs = pci_sriov_get_totalvfs(qm->pdev); in hisi_qm_sriov_disable()
5756 total_vfs = pci_sriov_get_totalvfs(qm->pdev); in hisi_qm_memory_init()
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc_pf.c1256 pf->total_vfs = pci_sriov_get_totalvfs(pdev); in enetc_pf_probe()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu.c2984 num_devs = rvu->hw->total_pfs + pci_sriov_get_totalvfs(rvu->pdev); in rvu_flr_init()
3086 vfs = pci_sriov_get_totalvfs(pdev); in rvu_enable_sriov()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_pf.c2618 pf->total_vfs = pci_sriov_get_totalvfs(pdev); in otx2_probe()
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_main.c3227 for (vf = 0, nvfs = pci_sriov_get_totalvfs(adap->pdev); in cxgb4_mgmt_fill_vf_station_mac_addr()
6368 adap->vfinfo = kcalloc(pci_sriov_get_totalvfs(pdev), in cxgb4_iov_configure()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Dmain.c3228 int fw_enabled_sriov_vfs = min(pci_sriov_get_totalvfs(pdev), in mlx4_enable_sriov()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.c11498 hdev->num_req_vfs = pci_sriov_get_totalvfs(pdev); in hclge_pci_init()
/linux/
A Dvmlinux.symvers4320 0x00000000 pci_sriov_get_totalvfs vmlinux EXPORT_SYMBOL_GPL
A DSystem.map21645 ffff8000105c47b4 T pci_sriov_get_totalvfs
A D.tmp_System.map21645 ffff8000105c47b4 T pci_sriov_get_totalvfs

Completed in 438 milliseconds