Home
last modified time | relevance | path

Searched refs:BMC_EVENT_PROTOCOL_RESET (Results 1 – 6 of 6) sorted by relevance

/openbmc/hiomapd/
H A Dmboxd.h36 #define BMC_EVENT_PROTOCOL_RESET 0x01 macro
38 #define BMC_EVENT_ACK_MASK (BMC_EVENT_PROTOCOL_RESET | \
42 #define BMC_EVENT_V1_MASK BMC_EVENT_PROTOCOL_RESET
43 #define BMC_EVENT_V2_MASK (BMC_EVENT_PROTOCOL_RESET | \
H A Dcontrol.c146 BMC_EVENT_DAEMON_READY | BMC_EVENT_PROTOCOL_RESET); in control_set_backend()
H A Dmboxd.c445 context->bmc_events |= BMC_EVENT_PROTOCOL_RESET; in main()
460 context->bmc_events |= BMC_EVENT_PROTOCOL_RESET; in main()
H A Dtransport_dbus.c36 if (events & BMC_EVENT_PROTOCOL_RESET) { in transport_dbus_property_update()
445 value = context->bmc_events & BMC_EVENT_PROTOCOL_RESET; in transport_dbus_get_property()
H A Dprotocol.c758 BMC_EVENT_DAEMON_READY | BMC_EVENT_PROTOCOL_RESET); in protocol_reset()
/openbmc/openpower-host-ipmi-flash/
H A Dhiomap.cpp234 constexpr auto BMC_EVENT_PROTOCOL_RESET = 1 << 0; variable
396 if (ctx->bmc_events == BMC_EVENT_PROTOCOL_RESET) in hiomap_protocol_reset()
415 auto cmd = std::make_pair(IPMI_CMD_HIOMAP_EVENT, BMC_EVENT_PROTOCOL_RESET); in hiomap_protocol_reset()
838 ctx->event_lookup["ProtocolReset"] = BMC_EVENT_PROTOCOL_RESET; in register_openpower_hiomap_commands()