Linux Kernel
3.7.1
|
Data Fields | |
unsigned int | inuse: 1 |
unsigned int | broadcast: 1 |
unsigned long | timeout |
unsigned long | orig_timeout |
unsigned int | retries_left |
long | seqid |
struct ipmi_recv_msg * | recv_msg |
Definition at line 117 of file ipmi_msghandler.c.
unsigned int broadcast |
Definition at line 119 of file ipmi_msghandler.c.
unsigned int inuse |
Definition at line 118 of file ipmi_msghandler.c.
unsigned long orig_timeout |
Definition at line 122 of file ipmi_msghandler.c.
struct ipmi_recv_msg* recv_msg |
Definition at line 137 of file ipmi_msghandler.c.
unsigned int retries_left |
Definition at line 123 of file ipmi_msghandler.c.
long seqid |
Definition at line 130 of file ipmi_msghandler.c.
unsigned long timeout |
Definition at line 121 of file ipmi_msghandler.c.