Searched refs:convertCurrentChannelNum (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | channelcommands.cpp | 55 convertCurrentChannelNum(static_cast<uint8_t>(channel), ctx->channel); in ipmiSetChannelAccess() 186 convertCurrentChannelNum(static_cast<uint8_t>(channel), ctx->channel); in ipmiGetChannelAccess() 258 convertCurrentChannelNum(static_cast<uint8_t>(channel), ctx->channel); in ipmiGetChannelInfo() 327 convertCurrentChannelNum(static_cast<uint8_t>(channel), ctx->channel); in ipmiGetChannelPayloadSupport() 371 convertCurrentChannelNum(static_cast<uint8_t>(chNum), ctx->channel); in ipmiGetChannelPayloadVersion()
|
H A D | usercommands.cpp | 69 convertCurrentChannelNum(static_cast<uint8_t>(channel), ctx->channel); in ipmiSetUserAccess() 140 convertCurrentChannelNum(static_cast<uint8_t>(channel), ctx->channel); in ipmiGetUserAccess() 410 convertCurrentChannelNum(static_cast<uint8_t>(chNum), ctx->channel); in ipmiGetChannelAuthenticationCapabilities() 497 convertCurrentChannelNum(static_cast<uint8_t>(channel), ctx->channel); in ipmiSetUserPayloadAccess() 592 convertCurrentChannelNum(static_cast<uint8_t>(channel), ctx->channel); in ipmiGetUserPayloadAccess()
|
H A D | channel_layer.hpp | 287 static inline uint8_t convertCurrentChannelNum(const uint8_t chNum, in convertCurrentChannelNum() function
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | channel_auth.cpp | 38 uint8_t chNum = ipmi::convertCurrentChannelNum( in GetChannelCapabilities() 229 ipmi::convertCurrentChannelNum(channelNumber, getInterfaceIndex()); in getChannelCipherSuites()
|
H A D | payload_cmds.cpp | 42 sol::Manager::get().updateSOLParameter(ipmi::convertCurrentChannelNum( in activatePayload()
|
/openbmc/phosphor-host-ipmid/app/ |
H A D | channel.cpp | 125 uint8_t rspChannel = ipmi::convertCurrentChannelNum( in getChannelCipherSuites()
|
/openbmc/phosphor-host-ipmid/ |
H A D | transporthandler.cpp | 721 const uint8_t channel = convertCurrentChannelNum( in setLanInt() 1100 const uint8_t channel = convertCurrentChannelNum( in getLan() 1376 const uint8_t channel = convertCurrentChannelNum( in setSolConfParams() 1553 const uint8_t channel = convertCurrentChannelNum( in getSolConfParams()
|