Searched refs:sci_change_state (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/scsi/isci/ |
| H 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() 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 …]
|
| H 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 …]
|
| H 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 …]
|
| H A D | isci.h | 529 extern void sci_change_state(struct sci_base_state_machine *sm, u32 next_state);
|
| H A D | port.c | 304 sci_change_state(sm, state); in port_state_machine_change()
|