Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbbridged.hpp52 constexpr int ipmbNumberOfTries = 6; variable
H A Dipmbbridged.cpp730 for (int i = 0; i < ipmbNumberOfTries; i++) in requestAdd()