Lines Matching defs:si_sm_data
76 struct si_sm_data { struct
77 enum bt_states state;
78 unsigned char seq; /* BT sequence number */
79 struct si_sm_io *io;
80 unsigned char write_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */
81 int write_count;
82 unsigned char read_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */
83 int read_count;
84 int truncated;
85 long timeout; /* microseconds countdown */
86 int error_retries; /* end of "common" fields */
87 int nonzero_status; /* hung BMCs stay all 0 */
88 enum bt_states complete; /* to divert the state machine */
89 long BT_CAP_req2rsp;
90 int BT_CAP_retries; /* Recommended retries */