Lines Matching +full:0 +full:xc1
45 #define IPMI_CHANNEL_IPMB 0x00
46 #define IPMI_CHANNEL_SYSTEM 0x0f
47 #define IPMI_CHANNEL_MEDIUM_IPMB 0x01
48 #define IPMI_CHANNEL_MEDIUM_SYSTEM 0x0c
49 #define IPMI_CHANNEL_PROTOCOL_IPMB 0x01
50 #define IPMI_CHANNEL_PROTOCOL_KCS 0x05
51 #define IPMI_CHANNEL_PROTOCOL_BT_15 0x08
53 #define IPMI_CC_INVALID_CMD 0xc1
54 #define IPMI_CC_COMMAND_INVALID_FOR_LUN 0xc2
55 #define IPMI_CC_TIMEOUT 0xc3
56 #define IPMI_CC_OUT_OF_SPACE 0xc4
57 #define IPMI_CC_INVALID_RESERVATION 0xc5
58 #define IPMI_CC_REQUEST_DATA_TRUNCATED 0xc6
59 #define IPMI_CC_REQUEST_DATA_LENGTH_INVALID 0xc7
60 #define IPMI_CC_PARM_OUT_OF_RANGE 0xc9
61 #define IPMI_CC_CANNOT_RETURN_REQ_NUM_BYTES 0xca
62 #define IPMI_CC_REQ_ENTRY_NOT_PRESENT 0xcb
63 #define IPMI_CC_INVALID_DATA_FIELD 0xcc
64 #define IPMI_CC_BMC_INIT_IN_PROGRESS 0xd2
65 #define IPMI_CC_COMMAND_NOT_SUPPORTED 0xd5
66 #define IPMI_CC_UNSPECIFIED 0xff
68 #define IPMI_NETFN_APP 0x06
69 #define IPMI_NETFN_OEM 0x3a
74 #define IPMI_SMBIOS_KCS 0x01
75 #define IPMI_SMBIOS_SMIC 0x02
76 #define IPMI_SMBIOS_BT 0x03
77 #define IPMI_SMBIOS_SSIF 0x04
104 IPMI_NO_IRQ = 0,
141 * Use 0 for the default.
234 uint8_t sdr_version; /* 0x51 */
240 #define ipmi_sdr_recid(sdr) ((sdr)->rec_id[0] | ((sdr)->rec_id[1] << 8))