Home
last modified time | relevance | path

Searched refs:riser_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp199 uint8_t riser_type; // 00 - not installed, 01 - 2 slot, 02 - 3 slot member
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp1176 if (req->riser_type >= sizeof(riserType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()
1179 oemData[KEY_MC_CONFIG][KEY_MC_RSR_TYPE] = riserType[req->riser_type]; in ipmiOemSetMachineCfgInfo()