Home
last modified time | relevance | path

Searched refs:respSize (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-host-ipmid/app/
H A Dchannel.cpp155 static constexpr auto respSize = 16; in getChannelCipherSuites() local
171 std::min(static_cast<size_t>(listIndex) * respSize, records.size()); in getChannelCipherSuites()
172 auto end = std::min((static_cast<size_t>(listIndex) * respSize) + respSize, in getChannelCipherSuites()
/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp258 static constexpr auto respSize = 16; in getChannelCipherSuites() local
275 std::min(static_cast<size_t>(listIndex) * respSize, records.size()); in getChannelCipherSuites()
276 auto end = std::min((static_cast<size_t>(listIndex) * respSize) + respSize, in getChannelCipherSuites()
/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.h122 __le32 respSize; member
H A Dtyphoon.c1218 iface->respSize = cpu_to_le32(RESPONSE_RING_SIZE); in typhoon_init_interface()