Lines Matching defs:si_sm_data
94 struct si_sm_data { struct
95 enum bt_states state;
96 unsigned char seq; /* BT sequence number */
97 struct si_sm_io *io;
98 unsigned char write_data[IPMI_MAX_MSG_LENGTH];
99 int write_count;
100 unsigned char read_data[IPMI_MAX_MSG_LENGTH];
101 int read_count;
102 int truncated;
103 long timeout; /* microseconds countdown */
104 int error_retries; /* end of "common" fields */
105 int nonzero_status; /* hung BMCs stay all 0 */
106 enum bt_states complete; /* to divert the state machine */
107 int BT_CAP_outreqs;
108 long BT_CAP_req2rsp;
109 int BT_CAP_retries; /* Recommended retries */