Home
last modified time | relevance | path

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

/linux/drivers/scsi/isci/
H A Disci.h523 u32 previous_state_id; member
H A Dphy.c1265 if (iphy->sm.previous_state_id != SCI_PHY_INITIAL) in sci_phy_stopped_state_enter()
1282 if (iphy->sm.previous_state_id == SCI_PHY_READY) in sci_phy_starting_state_enter()
H A Dremote_device.c990 if (idev->sm.previous_state_id != SCI_STP_DEV_NCQ) in sci_stp_remote_device_ready_idle_substate_resume_complete_handler()
1067 prev_state = idev->sm.previous_state_id; in sci_remote_device_stopped_state_enter()
H A Dport.c1493 if (iport->sm.previous_state_id == SCI_PORT_STOPPING) { in sci_port_stopped_state_enter()
1516 prev_state = iport->sm.previous_state_id; in sci_port_ready_state_enter()
H A Dremote_node_context.c277 if (sm->previous_state_id == SCI_RNC_INVALIDATING) { in sci_remote_node_context_initial_state_enter()
H A Dhost.c153 sm->previous_state_id = initial_state; in sci_init_sm()
171 sm->previous_state_id = sm->current_state_id; in sci_change_state()