Searched defs:acpi_ipmi_msg (Results 1 – 1 of 1) sorted by relevance
77 struct acpi_ipmi_msg { struct78 struct list_head head;86 struct ipmi_addr addr;87 long tx_msgid;89 struct completion tx_complete;90 struct kernel_ipmi_msg tx_message;91 int msg_done;93 u8 tx_data[64];94 int tx_len;95 u8 rx_data[64];[all …]