Home
last modified time | relevance | path

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

/hypervisor/hw/
A Dpci.c583 uint32_t idx, cnt = 0U; in init_all_dev_config() local
599 cnt = pci_pdev_read_cfg(pdev->bdf, in init_all_dev_config()
605 if ((total + cnt) > CONFIG_MAX_PCI_DEV_NUM) { in init_all_dev_config()
607 __func__, pdev->bdf.bits.b, pdev->bdf.bits.d, pdev->bdf.bits.f, cnt); in init_all_dev_config()
610 total += cnt; in init_all_dev_config()

Completed in 3 milliseconds