Searched refs:riserType (Results 1 – 2 of 2) sorted by relevance
179 const char* riserType[] = {"NO_CARD", "2_SLOT", "3_SLOT"}; variable
1176 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()