Home
last modified time | relevance | path

Searched refs:num_vfs (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
A Docteontx_bch.c36 static unsigned int num_vfs = BCH_NR_VF; variable
125 if (num_vfs > bch->max_vfs) { in bch_device_init()
127 num_vfs, bch->max_vfs); in bch_device_init()
128 num_vfs = bch->max_vfs; in bch_device_init()
193 bch_sriov_configure(dev, num_vfs); in octeontx_pci_bchpf_probe()
/u-boot/drivers/pci/
A Dpcie_layerscape_fixup.c222 int num_vfs; member
332 entries[i].num_vfs = simple_strtoul(p + 1, (char **)&p, in get_extra_iommu_ents()
363 if (entry->num_vfs > tmp16) { in get_vf_offset_and_stride()
365 entry->num_vfs, tmp16); in get_vf_offset_and_stride()
439 entry->num_vfs); in get_vf_offset_and_stride()
484 for (i = 0; i < entry->num_vfs; i++) { in fdt_fixup_pci_vfs()
491 entry->num_vfs, PCI_BUS(entry->bdf), in fdt_fixup_pci_vfs()
A Dpci-uclass.c1695 u16 num_vfs; in pci_sriov_init() local
1718 dm_pci_read_config16(pdev, pos + PCI_SRIOV_NUM_VF, &num_vfs); in pci_sriov_init()
1719 if (num_vfs > vf_en) in pci_sriov_init()
1720 num_vfs = vf_en; in pci_sriov_init()
1737 for (vf = 0; vf < num_vfs; vf++) { in pci_sriov_init()

Completed in 14 milliseconds