Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpci.c2542 int slot_depth; in pcibus_get_dev_path() local
2560 slot_depth = 0; in pcibus_get_dev_path()
2562 ++slot_depth; in pcibus_get_dev_path()
2565 path_len = root_bus_len + slot_len * slot_depth; in pcibus_get_dev_path()