Home
last modified time | relevance | path

Searched refs:curr_abs_state (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c4118 u32 abs_state, curr_abs_state; in megasas_transition_to_ready() local
4251 curr_abs_state = instance->instancet-> in megasas_transition_to_ready()
4254 if (abs_state == curr_abs_state) { in megasas_transition_to_ready()
4263 if (curr_abs_state == abs_state) { in megasas_transition_to_ready()
4271 abs_state = curr_abs_state; in megasas_transition_to_ready()
4272 fw_state = curr_abs_state & MFI_STATE_MASK; in megasas_transition_to_ready()