Searched refs:sci_change_state (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/scsi/isci/ |
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() 554 sci_change_state(&iphy->sm, SCI_PHY_SUB_AWAIT_SATA_PHY_EN); in sci_phy_consume_power_handler() 578 sci_change_state(&iphy->sm, SCI_PHY_SUB_AWAIT_SAS_SPEED_EN); in sci_phy_start_sas_link_training() 589 sci_change_state(&iphy->sm, SCI_PHY_SUB_AWAIT_SATA_POWER); in sci_phy_start_sata_link_training() [all …]
|
D | request.c | 736 sci_change_state(&ireq->sm, SCI_REQ_CONSTRUCTED); in sci_io_request_construct_basic_ssp() 749 sci_change_state(&ireq->sm, SCI_REQ_CONSTRUCTED); in sci_task_request_construct_ssp() 768 sci_change_state(&ireq->sm, SCI_REQ_CONSTRUCTED); in sci_io_request_construct_basic_sata() 844 sci_change_state(&ireq->sm, SCI_REQ_STARTED); in sci_request_start() 862 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in sci_io_request_terminate() 888 sci_change_state(&ireq->sm, SCI_REQ_ABORTING); in sci_io_request_terminate() 926 sci_change_state(&ireq->sm, SCI_REQ_FINAL); in sci_request_complete() 950 sci_change_state(&ireq->sm, SCI_REQ_STP_PIO_WAIT_FRAME); in sci_io_request_event_handler() 1123 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in request_started_state_tc_event() 1136 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in request_aborting_state_tc_event() [all …]
|
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 …]
|
D | remote_device.c | 329 sci_change_state(&idev->sm, SCI_DEV_STOPPED); in rnc_destruct_done() 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() 507 sci_change_state(sm, SCI_STP_DEV_NCQ_ERROR); in sci_remote_device_frame_handler() 515 sci_change_state(&idev->sm, SCI_STP_DEV_NCQ_ERROR); in sci_remote_device_frame_handler() 565 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in atapi_remote_device_resume_done() 722 sci_change_state(sm, new_state); in sci_remote_device_start_io() [all …]
|
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 …]
|
D | isci.h | 536 extern void sci_change_state(struct sci_base_state_machine *sm, u32 next_state);
|
D | port.c | 304 sci_change_state(sm, state); in port_state_machine_change()
|