Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp354 uint16_t mcaCount; member
369 uint16_t mcaCount; member
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp2229 if (data.size() < sizeof(T) + sizeof(BankCorePair) * pBank->mcaCount) in handleVirtualBank()
2250 for (size_t i = 0; i < pBank->mcaCount; i++) in handleVirtualBank()