Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp179 const char* riserType[] = {"NO_CARD", "2_SLOT", "3_SLOT"}; variable
/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()