Home
last modified time | relevance | path

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

/spdk/lib/vmd/
H A Dvmd.c570 vmd_bus_device_present(struct vmd_pci_bus *bus, uint32_t devfn) in vmd_bus_device_present() argument
575 CONFIG_OFFSET_ADDR(bus->config_bus_number, devfn, 0, 0)); in vmd_bus_device_present()
588 vmd_alloc_dev(struct vmd_pci_bus *bus, uint32_t devfn) in vmd_alloc_dev() argument
597 if (dev->devfn == devfn) { in vmd_alloc_dev()
602 if (!vmd_bus_device_present(bus, devfn)) { in vmd_alloc_dev()
607 CONFIG_OFFSET_ADDR(bus->config_bus_number, devfn, 0, 0)); in vmd_alloc_dev()
622 dev->devfn = devfn; in vmd_alloc_dev()
662 bridge->pci.addr.dev = bridge->devfn; in vmd_create_new_bus()
1107 uint32_t devfn; vmd_reset_root_ports() local
[all...]
H A Dvmd_internal.h95 uint32_t devfn; member