Searched defs:SMBusIPMIDevice (Results 1 – 1 of 1) sorted by relevance
49 struct SMBusIPMIDevice { struct50 SMBusDevice parent;52 IPMIBmc *bmc;54 uint8_t outmsg[MAX_SSIF_IPMI_MSG_SIZE];55 uint32_t outlen;56 uint32_t currblk;82 SMBusIPMIDevice *sid = SMBUS_IPMI(ii); in smbus_ipmi_handle_rsp() argument