Searched refs:ipmi_msg (Results 1 – 4 of 4) sorted by relevance
153 struct ipmi_msg { struct262 struct ipmi_msg msg;316 struct ipmi_msg msg; /* The data field must point to a buffer.
208 struct acpi_ipmi_msg *ipmi_msg; in ipmi_msg_alloc() local214 ipmi_msg = kzalloc(sizeof(struct acpi_ipmi_msg), GFP_KERNEL); in ipmi_msg_alloc()215 if (!ipmi_msg) { in ipmi_msg_alloc()220 kref_init(&ipmi_msg->kref); in ipmi_msg_alloc()221 init_completion(&ipmi_msg->tx_complete); in ipmi_msg_alloc()222 INIT_LIST_HEAD(&ipmi_msg->head); in ipmi_msg_alloc()223 ipmi_msg->device = ipmi; in ipmi_msg_alloc()224 ipmi_msg->msg_done = ACPI_IPMI_UNKNOWN; in ipmi_msg_alloc()226 return ipmi_msg; in ipmi_msg_alloc()
699 static long get_compat_ipmi_msg(struct ipmi_msg *p64, in get_compat_ipmi_msg()714 static long put_compat_ipmi_msg(struct ipmi_msg *p64, in put_compat_ipmi_msg()
189 struct ipmi_msg224 struct ipmi_msg msg;