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