Searched refs:sci_change_state (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/scsi/isci/ |
A D | phy.c | 313 sci_change_state(&iphy->sm, SCI_PHY_STOPPED); in sci_phy_link_layer_initialization() 336 sci_change_state(&iphy->sm, SCI_PHY_STARTING); in phy_sata_timeout() 392 sci_change_state(&iphy->sm, SCI_PHY_STOPPED); in sci_phy_initialize() 474 sci_change_state(&iphy->sm, SCI_PHY_STARTING); in sci_phy_start() 500 sci_change_state(&iphy->sm, SCI_PHY_STOPPED); in sci_phy_stop() 514 sci_change_state(&iphy->sm, SCI_PHY_RESETTING); in sci_phy_reset() 531 sci_change_state(&iphy->sm, SCI_PHY_SUB_FINAL); in sci_phy_consume_power_handler() 611 sci_change_state(&iphy->sm, next_state); in sci_phy_complete_link_training() 1004 sci_change_state(&iphy->sm, state); in sci_phy_frame_handler() 1163 sci_change_state(&iphy->sm, SCI_PHY_READY); in sci_phy_starting_final_substate_enter() [all …]
|
A D | request.c | 847 sci_change_state(&ireq->sm, SCI_REQ_STARTED); in sci_request_start() 865 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in sci_io_request_terminate() 891 sci_change_state(&ireq->sm, SCI_REQ_ABORTING); in sci_io_request_terminate() 929 sci_change_state(&ireq->sm, SCI_REQ_FINAL); in sci_request_complete() 1126 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in request_started_state_tc_event() 1139 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in request_aborting_state_tc_event() 1182 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in ssp_task_request_await_tc_event() 1201 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in smp_request_await_response_tc_event() 1216 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in smp_request_await_response_tc_event() 2153 sci_change_state(&ireq->sm, next); in atapi_raw_completion() [all …]
|
A D | remote_node_context.c | 432 sci_change_state(&sci_rnc->sm, SCI_RNC_READY); in sci_remote_node_context_event_handler() 444 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler() 463 sci_change_state(&sci_rnc->sm, SCI_RNC_READY); in sci_remote_node_context_event_handler() 483 sci_change_state(&sci_rnc->sm, SCI_RNC_TX_SUSPENDED); in sci_remote_node_context_event_handler() 487 sci_change_state(&sci_rnc->sm, SCI_RNC_TX_RX_SUSPENDED); in sci_remote_node_context_event_handler() 506 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler() 541 sci_change_state(&sci_rnc->sm, SCI_RNC_INVALIDATING); in sci_remote_node_context_destruct() 650 sci_change_state(&sci_rnc->sm, SCI_RNC_AWAIT_SUSPENSION); in sci_remote_node_context_suspend() 680 sci_change_state(&sci_rnc->sm, SCI_RNC_POSTING); in sci_remote_node_context_resume() 723 sci_change_state(&sci_rnc->sm, in sci_remote_node_context_resume() [all …]
|
A D | remote_device.c | 362 sci_change_state(sm, SCI_DEV_STOPPING); in sci_remote_device_stop() 372 sci_change_state(sm, SCI_DEV_STOPPING); in sci_remote_device_stop() 390 sci_change_state(sm, SCI_DEV_STOPPING); in sci_remote_device_stop() 420 sci_change_state(sm, SCI_DEV_RESETTING); in sci_remote_device_reset() 436 sci_change_state(sm, SCI_DEV_READY); in sci_remote_device_reset_complete() 722 sci_change_state(sm, new_state); in sci_remote_device_start_io() 832 sci_change_state(sm, SCI_STP_DEV_IDLE); in sci_remote_device_complete_io() 838 sci_change_state(sm, SCI_SMP_DEV_IDLE); in sci_remote_device_complete_io() 913 sci_change_state(sm, SCI_STP_DEV_CMD); in sci_remote_device_start_task() 1031 sci_change_state(sm, SCI_DEV_FINAL); in sci_remote_device_destruct() [all …]
|
A D | host.c | 163 void sci_change_state(struct sci_base_state_machine *sm, u32 next_state) in sci_change_state() function 595 sci_change_state(&ihost->sm, SCIC_FAILED); in sci_controller_error_handler() 830 sci_change_state(&ihost->sm, SCIC_READY); in sci_controller_transition_to_ready() 1040 sci_change_state(&ihost->sm, SCIC_STARTING); in sci_controller_start() 1165 sci_change_state(&ihost->sm, SCIC_STOPPING); in sci_controller_stop() 1192 sci_change_state(&ihost->sm, SCIC_RESETTING); in sci_controller_reset() 1312 sci_change_state(&ihost->sm, SCIC_RESET); in sci_controller_initial_state_enter() 1566 sci_change_state(&ihost->sm, SCIC_RESET); in sci_controller_resetting_state_enter() 1608 sci_change_state(sm, SCIC_FAILED); in controller_timeout() 2145 sci_change_state(sm, SCIC_INITIALIZING); in sci_controller_initialize() [all …]
|
A D | isci.h | 536 extern void sci_change_state(struct sci_base_state_machine *sm, u32 next_state);
|
A D | port.c | 304 sci_change_state(sm, state); in port_state_machine_change()
|
Completed in 28 milliseconds