Home
last modified time | relevance | path

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

/openbmc/google-ipmi-sys/
H A Dpcie_i2c.hpp43 Resp pcieSlotCount(std::span<const uint8_t> data, HandlerInterface* handler);
H A Dipmi.cpp66 return pcieSlotCount(data, handler); in handleSysCommand()
H A Dpcie_i2c.cpp44 Resp pcieSlotCount(std::span<const uint8_t>, HandlerInterface* handler) in pcieSlotCount() function
/openbmc/google-ipmi-sys/test/
H A Dpcie_unittest.cpp43 auto reply = pcieSlotCount(request, &hMock); in TEST()