Home
last modified time | relevance | path

Searched refs:maxSessionCountPerChannel (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dsessiondef.hpp26 static constexpr size_t maxSessionCountPerChannel = 15; variable
/openbmc/phosphor-net-ipmid/
H A Dsessions_manager.cpp235 getActiveSessionCount() - session::maxSessionCountPerChannel; in cleanStaleEntries()
245 sessionsMap.size() - (session::maxSessionCountPerChannel + 1); in cleanStaleEntries()
/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp1018 return count * session::maxSessionCountPerChannel; in getTotalSessionCount()
1041 if ((sessionIndex > session::maxSessionCountPerChannel) && in getSessionInfoRequestData()
1082 session::maxSessionCountPerChannel)) in getSessionInfoRequestData()