Home
last modified time | relevance | path

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

/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/
H A Dbmc.c812 mc->ipmb_channel.medium_type = IPMI_CHANNEL_MEDIUM_IPMB; in ipmi_mc_alloc_unconfigured()
813 mc->ipmb_channel.channel_num = 0; in ipmi_mc_alloc_unconfigured()
814 mc->ipmb_channel.protocol_type = IPMI_CHANNEL_PROTOCOL_IPMB; in ipmi_mc_alloc_unconfigured()
815 mc->ipmb_channel.session_support = IPMI_CHANNEL_SESSION_LESS; in ipmi_mc_alloc_unconfigured()
816 mc->ipmb_channel.active_sessions = 0; in ipmi_mc_alloc_unconfigured()
817 mc->ipmb_channel.prim_ipmb_in_cfg_file = 0; in ipmi_mc_alloc_unconfigured()
818 mc->channels[0] = &mc->ipmb_channel; in ipmi_mc_alloc_unconfigured()
H A Dbmc.h215 channel_t ipmb_channel; member