Home
last modified time | relevance | path

Searched defs:IPMIBmcExtern (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_extern.c67 struct IPMIBmcExtern { struct
68 IPMIBmc parent;
70 CharBackend chr;
72 bool connected;
74 unsigned char inbuf[MAX_IPMI_MSG_SIZE + 2];
75 unsigned int inpos;
76 bool in_escape;
77 bool in_too_many;
78 bool waiting_rsp;
102 static void continue_send(IPMIBmcExtern *ibe) in continue_send() argument