Home
last modified time | relevance | path

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

/freebsd/sys/dev/mrsas/
H A Dmrsas.c2959 u_int32_t abs_state, curr_abs_state; in mrsas_transition_to_ready() local
3037 curr_abs_state = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_transition_to_ready()
3039 if (abs_state == curr_abs_state) in mrsas_transition_to_ready()
3048 if (curr_abs_state == abs_state) { in mrsas_transition_to_ready()