Home
last modified time | relevance | path

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

/linux/drivers/scsi/isci/
H A Dhost.c154 sm->current_state_id = initial_state; in sci_init_sm()
167 handler = sm->state_table[sm->current_state_id].exit_state; in sci_change_state()
171 sm->previous_state_id = sm->current_state_id; in sci_change_state()
172 sm->current_state_id = next_state; in sci_change_state()
174 handler = sm->state_table[sm->current_state_id].enter_state; in sci_change_state()
825 if (ihost->sm.current_state_id == SCIC_STARTING) { in sci_controller_transition_to_ready()
840 state = iphy->sm.current_state_id; in is_phy_starting()
865 u32 state = iphy->sm.current_state_id; in is_controller_start_complete()
992 if (ihost->sm.current_state_id != SCIC_INITIALIZED) { in sci_controller_start()
994 __func__, ihost->sm.current_state_id); in sci_controller_start()
[all …]
H A 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()
427 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_event_handler()
530 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_destruct()
569 = sci_rnc->sm.current_state_id; in sci_remote_node_context_suspend()
662 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_resume()
749 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_start_io()
788 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_is_safe_to_abort()
H A 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()
342 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_stop()
398 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_reset()
428 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_reset_complete()
444 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_frame_handler()
539 enum sci_remote_device_states state = sm->current_state_id; in is_remote_device_ready()
573 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_event_handler()
[all …]
H A Dport.c299 enum sci_port_states old_state = sm->current_state_id; in port_state_machine_change()
711 if (sm->current_state_id == SCI_PORT_RESETTING) in sci_port_general_link_up_handler()
789 current_state = iport->sm.current_state_id; in port_timeout()
1066 state = iport->sm.current_state_id; in sci_port_start()
1131 state = iport->sm.current_state_id; in sci_port_stop()
1156 state = iport->sm.current_state_id; in sci_port_hard_reset()
1207 state = iport->sm.current_state_id; in sci_port_add_phy()
1276 state = iport->sm.current_state_id; in sci_port_remove_phy()
1316 state = iport->sm.current_state_id; in sci_port_link_up()
1359 state = iport->sm.current_state_id; in sci_port_link_down()
[all …]
H A Dphy.c466 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_start()
480 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_stop()
506 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_reset()
520 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_consume_power_handler()
683 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_event_handler()
968 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_frame_handler()
H A Dremote_node_context.h233 || ((sci_rnc->sm.current_state_id == SCI_RNC_INITIAL) in sci_remote_node_context_is_being_destroyed()
H A Disci.h522 u32 current_state_id; member
H A Drequest.c806 state = ireq->sm.current_state_id; in sci_request_start()
854 state = ireq->sm.current_state_id; in sci_io_request_terminate()
903 "state %d\n", __func__, ireq->sm.current_state_id); in sci_io_request_terminate()
915 state = ireq->sm.current_state_id; in sci_request_complete()
936 state = ireq->sm.current_state_id; in sci_io_request_event_handler()
1706 state = ireq->sm.current_state_id; in sci_io_request_frame_handler()
2386 state = ireq->sm.current_state_id; in sci_io_request_tc_completion()