Home
last modified time | relevance | path

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

/openbmc/ipmbbridge/
H A Dipmbbridged.hpp53 constexpr uint64_t ipmbRequestRetryTimeout = 250; // ms variable
H A Dipmbbridged.cpp755 std::chrono::milliseconds(ipmbRequestRetryTimeout)); in requestAdd()