Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/nvidia-gpu/
H A DInventory.hpp68 std::array<uint8_t, sizeof(gpu::GetInventoryInformationRequest)>
H A DNvidiaGpuMctpVdm.hpp234 struct GetInventoryInformationRequest
207 struct GetInventoryInformationRequest global() struct
209 hdrgpu::GetInventoryInformationRequest global() argument
210 property_idgpu::GetInventoryInformationRequest global() argument
H A DNvidiaGpuMctpVdm.cpp492 if (buf.size() < sizeof(GetInventoryInformationRequest)) in encodeGetInventoryInformationRequest()
497 auto* msg = reinterpret_cast<GetInventoryInformationRequest*>(buf.data()); in encodeGetInventoryInformationRequest()
/openbmc/dbus-sensors/src/tests/
H A Dtest_NvidiaDeviceInventoryMctpVdm.cpp27 auto* msg = reinterpret_cast<GetInventoryInformationRequest*>(buf.data()); in TEST()