Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | head |
struct ipmi_addr | addr |
long | tx_msgid |
struct completion | tx_complete |
struct kernel_ipmi_msg | tx_message |
int | msg_done |
u8 | tx_data [64] |
int | tx_len |
u8 | rx_data [64] |
int | rx_len |
struct acpi_ipmi_device * | device |
Definition at line 77 of file acpi_ipmi.c.
Definition at line 86 of file acpi_ipmi.c.
Definition at line 97 of file acpi_ipmi.c.
Definition at line 78 of file acpi_ipmi.c.
int msg_done |
Definition at line 91 of file acpi_ipmi.c.
u8 rx_data[64] |
Definition at line 95 of file acpi_ipmi.c.
int rx_len |
Definition at line 96 of file acpi_ipmi.c.
struct completion tx_complete |
Definition at line 89 of file acpi_ipmi.c.
u8 tx_data[64] |
Definition at line 93 of file acpi_ipmi.c.
int tx_len |
Definition at line 94 of file acpi_ipmi.c.
struct kernel_ipmi_msg tx_message |
Definition at line 90 of file acpi_ipmi.c.
long tx_msgid |
Definition at line 87 of file acpi_ipmi.c.