Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaGpuMctpVdm.cpp462 if (buf.size() < sizeof(GetDriverInformationResponse)) in decodeGetDriverInformationResponse()
468 reinterpret_cast<const GetDriverInformationResponse*>(buf.data()); in decodeGetDriverInformationResponse()
479 buf.size() - sizeof(GetDriverInformationResponse); in decodeGetDriverInformationResponse()
H A DNvidiaGpuMctpVdm.hpp200 struct GetDriverInformationResponse struct
/openbmc/dbus-sensors/src/tests/
H A Dtest_NvidiaGpuSensorTest.cpp999 sizeof(gpu::GetDriverInformationResponse) + expectedVersion.size()); in TEST_F()
1051 std::vector<uint8_t> buf(sizeof(gpu::GetDriverInformationResponse) + 1); in TEST_F()
1175 std::vector<uint8_t> buf(sizeof(gpu::GetDriverInformationResponse) + 10); in TEST_F()