Home
last modified time | relevance | path

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

/drivers/scsi/isci/
Dhost.c156 sm->current_state_id = initial_state; in sci_init_sm()
169 handler = sm->state_table[sm->current_state_id].exit_state; in sci_change_state()
173 sm->previous_state_id = sm->current_state_id; in sci_change_state()
174 sm->current_state_id = next_state; in sci_change_state()
176 handler = sm->state_table[sm->current_state_id].enter_state; in sci_change_state()
827 if (ihost->sm.current_state_id == SCIC_STARTING) { in sci_controller_transition_to_ready()
842 state = iphy->sm.current_state_id; in is_phy_starting()
867 u32 state = iphy->sm.current_state_id; in is_controller_start_complete()
994 if (ihost->sm.current_state_id != SCIC_INITIALIZED) { in sci_controller_start()
996 __func__, ihost->sm.current_state_id); in sci_controller_start()
[all …]
Dremote_node_context.c87 u32 current_state = sci_rnc->sm.current_state_id; in sci_remote_node_context_is_ready()
98 u32 current_state = sci_rnc->sm.current_state_id; in sci_remote_node_context_is_suspended()
434 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_event_handler()
537 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_destruct()
576 = sci_rnc->sm.current_state_id; in sci_remote_node_context_suspend()
669 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_resume()
756 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_start_io()
795 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_is_safe_to_abort()
Dremote_device.c238 dev_state_name(idev->sm.current_state_id), in isci_remote_device_terminate_requests()
241 rnc_state_name(idev->rnc.sm.current_state_id), in isci_remote_device_terminate_requests()
271 dev_state_name(idev->sm.current_state_id), in isci_remote_device_terminate_requests()
274 rnc_state_name(idev->rnc.sm.current_state_id), in isci_remote_device_terminate_requests()
341 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_stop()
397 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_reset()
427 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_reset_complete()
443 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_frame_handler()
538 enum sci_remote_device_states state = sm->current_state_id; in is_remote_device_ready()
572 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_event_handler()
[all …]
Dport.c298 enum sci_port_states old_state = sm->current_state_id; in port_state_machine_change()
709 if (sm->current_state_id == SCI_PORT_RESETTING) in sci_port_general_link_up_handler()
785 current_state = iport->sm.current_state_id; in port_timeout()
1063 state = iport->sm.current_state_id; in sci_port_start()
1128 state = iport->sm.current_state_id; in sci_port_stop()
1153 state = iport->sm.current_state_id; in sci_port_hard_reset()
1204 state = iport->sm.current_state_id; in sci_port_add_phy()
1273 state = iport->sm.current_state_id; in sci_port_remove_phy()
1313 state = iport->sm.current_state_id; in sci_port_link_up()
1356 state = iport->sm.current_state_id; in sci_port_link_down()
[all …]
Dphy.c469 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_start()
483 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_stop()
509 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_reset()
523 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_consume_power_handler()
686 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_event_handler()
972 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_frame_handler()
Dremote_node_context.h233 || ((sci_rnc->sm.current_state_id == SCI_RNC_INITIAL) in sci_remote_node_context_is_being_destroyed()
Disci.h524 u32 current_state_id; member
Drequest.c814 state = ireq->sm.current_state_id; in sci_request_start()
862 state = ireq->sm.current_state_id; in sci_io_request_terminate()
911 "state %d\n", __func__, ireq->sm.current_state_id); in sci_io_request_terminate()
923 state = ireq->sm.current_state_id; in sci_request_complete()
944 state = ireq->sm.current_state_id; in sci_io_request_event_handler()
1715 state = ireq->sm.current_state_id; in sci_io_request_frame_handler()
2399 state = ireq->sm.current_state_id; in sci_io_request_tc_completion()