Home
last modified time | relevance | path

Searched refs:sci_base_state_machine (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/drivers/scsi/isci/
Dremote_device.c341 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_stop()
397 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_reset()
427 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_reset_complete()
443 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_frame_handler()
538 struct sci_base_state_machine *sm = &idev->sm; in is_remote_device_ready()
572 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_event_handler()
658 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_start_io()
794 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_complete_io()
876 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_start_task()
994 static void sci_remote_device_initial_state_enter(struct sci_base_state_machine *sm) in sci_remote_device_initial_state_enter()
[all …]
Disci.h519 struct sci_base_state_machine { struct
526 typedef void (*sci_state_transition_t)(struct sci_base_state_machine *sm); argument
533 extern void sci_init_sm(struct sci_base_state_machine *sm,
536 extern void sci_change_state(struct sci_base_state_machine *sm, u32 next_state);
Dphy.c1061 static void sci_phy_starting_initial_substate_enter(struct sci_base_state_machine *sm) in sci_phy_starting_initial_substate_enter()
1069 static void sci_phy_starting_await_sas_power_substate_enter(struct sci_base_state_machine *sm) in sci_phy_starting_await_sas_power_substate_enter()
1077 static void sci_phy_starting_await_sas_power_substate_exit(struct sci_base_state_machine *sm) in sci_phy_starting_await_sas_power_substate_exit()
1085 static void sci_phy_starting_await_sata_power_substate_enter(struct sci_base_state_machine *sm) in sci_phy_starting_await_sata_power_substate_enter()
1093 static void sci_phy_starting_await_sata_power_substate_exit(struct sci_base_state_machine *sm) in sci_phy_starting_await_sata_power_substate_exit()
1101 static void sci_phy_starting_await_sata_phy_substate_enter(struct sci_base_state_machine *sm) in sci_phy_starting_await_sata_phy_substate_enter()
1108 static void sci_phy_starting_await_sata_phy_substate_exit(struct sci_base_state_machine *sm) in sci_phy_starting_await_sata_phy_substate_exit()
1115 static void sci_phy_starting_await_sata_speed_substate_enter(struct sci_base_state_machine *sm) in sci_phy_starting_await_sata_speed_substate_enter()
1122 static void sci_phy_starting_await_sata_speed_substate_exit(struct sci_base_state_machine *sm) in sci_phy_starting_await_sata_speed_substate_exit()
1129 static void sci_phy_starting_await_sig_fis_uf_substate_enter(struct sci_base_state_machine *sm) in sci_phy_starting_await_sig_fis_uf_substate_enter()
[all …]
Dremote_node_context.c268 static void sci_remote_node_context_initial_state_enter(struct sci_base_state_machine *sm) in sci_remote_node_context_initial_state_enter()
286 static void sci_remote_node_context_posting_state_enter(struct sci_base_state_machine *sm) in sci_remote_node_context_posting_state_enter()
293 static void sci_remote_node_context_invalidating_state_enter(struct sci_base_state_machine *sm) in sci_remote_node_context_invalidating_state_enter()
302 static void sci_remote_node_context_resuming_state_enter(struct sci_base_state_machine *sm) in sci_remote_node_context_resuming_state_enter()
323 static void sci_remote_node_context_ready_state_enter(struct sci_base_state_machine *sm) in sci_remote_node_context_ready_state_enter()
345 static void sci_remote_node_context_tx_suspended_state_enter(struct sci_base_state_machine *sm) in sci_remote_node_context_tx_suspended_state_enter()
352 static void sci_remote_node_context_tx_rx_suspended_state_enter(struct sci_base_state_machine *sm) in sci_remote_node_context_tx_rx_suspended_state_enter()
373 struct sci_base_state_machine *sm) in sci_remote_node_context_await_suspend_state_exit()
Dport.c298 struct sci_base_state_machine *sm = &iport->sm; in port_state_machine_change()
708 struct sci_base_state_machine *sm = &iport->sm; in sci_port_general_link_up_handler()
943 static void sci_port_ready_substate_waiting_enter(struct sci_base_state_machine *sm) in sci_port_ready_substate_waiting_enter()
959 struct sci_base_state_machine *sm) in scic_sds_port_ready_substate_waiting_exit()
965 static void sci_port_ready_substate_operational_enter(struct sci_base_state_machine *sm) in sci_port_ready_substate_operational_enter()
1026 static void sci_port_ready_substate_operational_exit(struct sci_base_state_machine *sm) in sci_port_ready_substate_operational_exit()
1045 static void sci_port_ready_substate_configuring_enter(struct sci_base_state_machine *sm) in sci_port_ready_substate_configuring_enter()
1489 static void sci_port_stopped_state_enter(struct sci_base_state_machine *sm) in sci_port_stopped_state_enter()
1502 static void sci_port_stopped_state_exit(struct sci_base_state_machine *sm) in sci_port_stopped_state_exit()
1510 static void sci_port_ready_state_enter(struct sci_base_state_machine *sm) in sci_port_ready_state_enter()
[all …]
Dhost.c147 void sci_init_sm(struct sci_base_state_machine *sm, in sci_init_sm()
163 void sci_change_state(struct sci_base_state_machine *sm, u32 next_state) in sci_change_state()
1308 static void sci_controller_initial_state_enter(struct sci_base_state_machine *sm) in sci_controller_initial_state_enter()
1315 static inline void sci_controller_starting_state_exit(struct sci_base_state_machine *sm) in sci_controller_starting_state_exit()
1442 static void sci_controller_ready_state_enter(struct sci_base_state_machine *sm) in sci_controller_ready_state_enter()
1459 static void sci_controller_ready_state_exit(struct sci_base_state_machine *sm) in sci_controller_ready_state_exit()
1522 static void sci_controller_stopping_state_enter(struct sci_base_state_machine *sm) in sci_controller_stopping_state_enter()
1533 static void sci_controller_stopping_state_exit(struct sci_base_state_machine *sm) in sci_controller_stopping_state_exit()
1561 static void sci_controller_resetting_state_enter(struct sci_base_state_machine *sm) in sci_controller_resetting_state_enter()
1597 struct sci_base_state_machine *sm = &ihost->sm; in controller_timeout()
[all …]
Dremote_node_context.h197 struct sci_base_state_machine sm;
Dport.h103 struct sci_base_state_machine sm;
Drequest.h113 struct sci_base_state_machine sm;
Dphy.h88 struct sci_base_state_machine sm;
Dremote_device.h96 struct sci_base_state_machine sm;
Dhost.h150 struct sci_base_state_machine sm;
Drequest.c2954 static void sci_request_started_state_enter(struct sci_base_state_machine *sm) in sci_request_started_state_enter()
2992 static void sci_request_completed_state_enter(struct sci_base_state_machine *sm) in sci_request_completed_state_enter()
3005 static void sci_request_aborting_state_enter(struct sci_base_state_machine *sm) in sci_request_aborting_state_enter()
3013 …void sci_stp_request_started_non_data_await_h2d_completion_enter(struct sci_base_state_machine *sm) in sci_stp_request_started_non_data_await_h2d_completion_enter()
3020 static void sci_stp_request_started_pio_await_h2d_completion_enter(struct sci_base_state_machine *s… in sci_stp_request_started_pio_await_h2d_completion_enter()