Lines Matching full:bmc
6 #define pr_fmt(fmt) "kcs-bmc: " fmt
22 /* Different phases of the KCS BMC module.
24 * BMC should not be expecting nor sending any data.
26 * BMC is receiving a WRITE_START command from system software.
28 * BMC is receiving a data byte from system software.
30 * BMC is waiting a last data byte from system software.
32 * BMC has received the whole request from system software.
34 * BMC is waiting the response from the upper IPMI service.
36 * BMC is transferring the response to system software.
38 * BMC is waiting error status request from system software.
40 * BMC is waiting for idle status afer error from system software.
42 * BMC has detected a protocol violation at the interface level.
568 MODULE_DESCRIPTION("KCS BMC to handle the IPMI request from system software");