Home
last modified time | relevance | path

Searched refs:sci_change_state (Results 1 – 7 of 7) sorted by relevance

/drivers/scsi/isci/
Dphy.c313 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()
395 sci_change_state(&iphy->sm, SCI_PHY_STOPPED); in sci_phy_initialize()
477 sci_change_state(&iphy->sm, SCI_PHY_STARTING); in sci_phy_start()
503 sci_change_state(&iphy->sm, SCI_PHY_STOPPED); in sci_phy_stop()
517 sci_change_state(&iphy->sm, SCI_PHY_RESETTING); in sci_phy_reset()
534 sci_change_state(&iphy->sm, SCI_PHY_SUB_FINAL); in sci_phy_consume_power_handler()
557 sci_change_state(&iphy->sm, SCI_PHY_SUB_AWAIT_SATA_PHY_EN); in sci_phy_consume_power_handler()
581 sci_change_state(&iphy->sm, SCI_PHY_SUB_AWAIT_SAS_SPEED_EN); in sci_phy_start_sas_link_training()
592 sci_change_state(&iphy->sm, SCI_PHY_SUB_AWAIT_SATA_POWER); in sci_phy_start_sata_link_training()
[all …]
Drequest.c741 sci_change_state(&ireq->sm, SCI_REQ_CONSTRUCTED); in sci_io_request_construct_basic_ssp()
755 sci_change_state(&ireq->sm, SCI_REQ_CONSTRUCTED); in sci_task_request_construct_ssp()
776 sci_change_state(&ireq->sm, SCI_REQ_CONSTRUCTED); in sci_io_request_construct_basic_sata()
852 sci_change_state(&ireq->sm, SCI_REQ_STARTED); in sci_request_start()
870 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in sci_io_request_terminate()
896 sci_change_state(&ireq->sm, SCI_REQ_ABORTING); in sci_io_request_terminate()
934 sci_change_state(&ireq->sm, SCI_REQ_FINAL); in sci_request_complete()
958 sci_change_state(&ireq->sm, SCI_REQ_STP_PIO_WAIT_FRAME); in sci_io_request_event_handler()
1130 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in request_started_state_tc_event()
1143 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in request_aborting_state_tc_event()
[all …]
Dremote_node_context.c439 sci_change_state(&sci_rnc->sm, SCI_RNC_READY); in sci_remote_node_context_event_handler()
451 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler()
470 sci_change_state(&sci_rnc->sm, SCI_RNC_READY); in sci_remote_node_context_event_handler()
490 sci_change_state(&sci_rnc->sm, SCI_RNC_TX_SUSPENDED); in sci_remote_node_context_event_handler()
494 sci_change_state(&sci_rnc->sm, SCI_RNC_TX_RX_SUSPENDED); in sci_remote_node_context_event_handler()
513 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler()
548 sci_change_state(&sci_rnc->sm, SCI_RNC_INVALIDATING); in sci_remote_node_context_destruct()
657 sci_change_state(&sci_rnc->sm, SCI_RNC_AWAIT_SUSPENSION); in sci_remote_node_context_suspend()
687 sci_change_state(&sci_rnc->sm, SCI_RNC_POSTING); in sci_remote_node_context_resume()
730 sci_change_state(&sci_rnc->sm, in sci_remote_node_context_resume()
[all …]
Dremote_device.c328 sci_change_state(&idev->sm, SCI_DEV_STOPPED); in rnc_destruct_done()
361 sci_change_state(sm, SCI_DEV_STOPPING); in sci_remote_device_stop()
371 sci_change_state(sm, SCI_DEV_STOPPING); in sci_remote_device_stop()
389 sci_change_state(sm, SCI_DEV_STOPPING); in sci_remote_device_stop()
419 sci_change_state(sm, SCI_DEV_RESETTING); in sci_remote_device_reset()
435 sci_change_state(sm, SCI_DEV_READY); in sci_remote_device_reset_complete()
506 sci_change_state(sm, SCI_STP_DEV_NCQ_ERROR); in sci_remote_device_frame_handler()
514 sci_change_state(&idev->sm, SCI_STP_DEV_NCQ_ERROR); in sci_remote_device_frame_handler()
564 sci_change_state(&ireq->sm, SCI_REQ_COMPLETED); in atapi_remote_device_resume_done()
721 sci_change_state(sm, new_state); in sci_remote_device_start_io()
[all …]
Dhost.c165 void sci_change_state(struct sci_base_state_machine *sm, u32 next_state) in sci_change_state() function
597 sci_change_state(&ihost->sm, SCIC_FAILED); in sci_controller_error_handler()
832 sci_change_state(&ihost->sm, SCIC_READY); in sci_controller_transition_to_ready()
1042 sci_change_state(&ihost->sm, SCIC_STARTING); in sci_controller_start()
1167 sci_change_state(&ihost->sm, SCIC_STOPPING); in sci_controller_stop()
1194 sci_change_state(&ihost->sm, SCIC_RESETTING); in sci_controller_reset()
1314 sci_change_state(&ihost->sm, SCIC_RESET); in sci_controller_initial_state_enter()
1568 sci_change_state(&ihost->sm, SCIC_RESET); in sci_controller_resetting_state_enter()
1610 sci_change_state(sm, SCIC_FAILED); in controller_timeout()
2147 sci_change_state(sm, SCIC_INITIALIZING); in sci_controller_initialize()
[all …]
Disci.h538 extern void sci_change_state(struct sci_base_state_machine *sm, u32 next_state);
Dport.c303 sci_change_state(sm, state); in port_state_machine_change()