Home
last modified time | relevance | path

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

/openbmc/pldm/host-bmc/dbus/
H A Dcustom_dbus.cpp81 if (!pcieDevice.contains(path)) in implementPCIeDeviceInterface()
83 pcieDevice.emplace(path, std::make_unique<PCIeDevice>( in implementPCIeDeviceInterface()
94 if (pcieDevice.contains(path)) in setPCIeDeviceProps()
96 pcieDevice.at(path)->lanesInUse(lanesInUse); in setPCIeDeviceProps()
97 pcieDevice.at(path)->generationInUse(generationsInUse); in setPCIeDeviceProps()
H A Dcustom_dbus.hpp233 std::unordered_map<ObjectPath, std::unique_ptr<PCIeDevice>> pcieDevice; member in pldm::dbus::CustomDBus
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaDeviceDiscovery.cpp132 auto pcieDevice = in processQueryDeviceIdResponse() local
139 pcieDevice->second->init(); in processQueryDeviceIdResponse()