Home
last modified time | relevance | path

Searched refs:current_state_id (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/isci/
H A 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...]
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()
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...]
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()
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()
H A Dport.c299 enum sci_port_states old_state = sm->current_state_id; in port_state_machine_change()
710 if (sm->current_state_id == SCI_PORT_RESETTING) in sci_port_general_link_up_handler()
786 current_state = iport->sm.current_state_id; in port_timeout()
1064 state = iport->sm.current_state_id; in sci_port_start()
1129 state = iport->sm.current_state_id; in sci_port_stop()
1154 state = iport->sm.current_state_id; in sci_port_hard_reset()
1205 state = iport->sm.current_state_id; in sci_port_add_phy()
1274 state = iport->sm.current_state_id; in sci_port_remove_phy()
1314 state = iport->sm.current_state_id; in sci_port_link_up()
1357 state = iport->sm.current_state_id; in sci_port_link_down()
[all...]
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 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()
973 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_frame_handler()
H A Disci.h522 u32 current_state_id; member
H A 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()
/kernel/linux/linux-6.6/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_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 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 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 Dremote_node_context.h233 || ((sci_rnc->sm.current_state_id == SCI_RNC_INITIAL) in sci_remote_node_context_is_being_destroyed()
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 Disci.h522 u32 current_state_id; member
H A Drequest.c809 state = ireq->sm.current_state_id; in sci_request_start()
857 state = ireq->sm.current_state_id; in sci_io_request_terminate()
906 "state %d\n", __func__, ireq->sm.current_state_id); in sci_io_request_terminate()
918 state = ireq->sm.current_state_id; in sci_request_complete()
939 state = ireq->sm.current_state_id; in sci_io_request_event_handler()
1709 state = ireq->sm.current_state_id; in sci_io_request_frame_handler()
2389 state = ireq->sm.current_state_id; in sci_io_request_tc_completion()

Completed in 27 milliseconds