Lines Matching defs:IPMIKCS
30 typedef struct IPMIKCS { struct
31 IPMIBmc *bmc;
33 bool do_wake;
35 bool obf_irq_set;
36 bool atn_irq_set;
37 bool irqs_enabled;
39 uint8_t outmsg[MAX_IPMI_MSG_SIZE];
40 uint32_t outpos;
64 void (*raise_irq)(struct IPMIKCS *ik); argument
65 void (*lower_irq)(struct IPMIKCS *ik); argument
69 } IPMIKCS; argument