Home
last modified time | relevance | path

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

/spdk/lib/vmd/
H A Dvmd.c211 if (hp_bus && hp_bus->self && hp_bus->self->hotplug_capable) { in vmd_allocate_base_addr()
290 if (bus->self->hotplug_capable) { in vmd_get_base_addr()
538 dev->hotplug_capable = true; in vmd_init_hotplug()
839 if (bus_device && bus_device->hotplug_capable) { in vmd_dev_free()
877 dev->hotplug_capable = false; in vmd_dev_init()
987 if (slot_cap.bit_field.hotplug_capable && new_dev->pcie_cap != NULL && in vmd_scan_single_bus()
994 SPDK_INFOLOG(vmd, "hotplug_capable/slot_implemented = " in vmd_scan_single_bus()
995 "%x:%x\n", slot_cap.bit_field.hotplug_capable, in vmd_scan_single_bus()
1010 if (slot_cap.bit_field.hotplug_capable && new_dev->pcie_cap != NULL && in vmd_scan_single_bus()
1064 if (dev->pcie_cap->slot_cap.bit_field.hotplug_capable) { in vmd_print_pci_info()
[all...]
H A Dvmd_internal.h96 bool hotplug_capable; member
H A Dvmd_spec.h308 uint32_t hotplug_capable : 1; member