Home
last modified time | relevance | path

Searched refs:sci_base_state_machine (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dremote_device.c340 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_stop()
396 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_reset()
426 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_reset_complete()
442 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_frame_handler()
537 struct sci_base_state_machine *sm = &idev->sm; in is_remote_device_ready()
571 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_event_handler()
657 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_start_io()
793 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_complete_io()
875 struct sci_base_state_machine *sm = &idev->sm; in sci_remote_device_start_task()
993 static void sci_remote_device_initial_state_enter(struct sci_base_state_machine *s
[all...]
H A Disci.h519 struct sci_base_state_machine { struct
526 typedef void (*sci_state_transition_t)(struct sci_base_state_machine *sm);
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);
H A Dphy.c1066 static void sci_phy_starting_initial_substate_enter(struct sci_base_state_machine *sm) in sci_phy_starting_initial_substate_enter()
1074 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()
1082 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()
1090 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()
1098 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()
1106 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()
1113 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()
1120 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()
1127 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()
1134 static void sci_phy_starting_await_sig_fis_uf_substate_enter(struct sci_base_state_machine *s
[all...]
H A Dremote_node_context.c275 static void sci_remote_node_context_initial_state_enter(struct sci_base_state_machine *sm) in sci_remote_node_context_initial_state_enter()
293 static void sci_remote_node_context_posting_state_enter(struct sci_base_state_machine *sm) in sci_remote_node_context_posting_state_enter()
300 static void sci_remote_node_context_invalidating_state_enter(struct sci_base_state_machine *sm) in sci_remote_node_context_invalidating_state_enter()
309 static void sci_remote_node_context_resuming_state_enter(struct sci_base_state_machine *sm) in sci_remote_node_context_resuming_state_enter()
330 static void sci_remote_node_context_ready_state_enter(struct sci_base_state_machine *sm) in sci_remote_node_context_ready_state_enter()
352 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()
359 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()
380 struct sci_base_state_machine *sm) in sci_remote_node_context_await_suspend_state_exit()
H A Dport.c298 struct sci_base_state_machine *sm = &iport->sm; in port_state_machine_change()
707 struct sci_base_state_machine *sm = &iport->sm; in sci_port_general_link_up_handler()
941 static void sci_port_ready_substate_waiting_enter(struct sci_base_state_machine *sm) in sci_port_ready_substate_waiting_enter()
957 struct sci_base_state_machine *sm) in scic_sds_port_ready_substate_waiting_exit()
963 static void sci_port_ready_substate_operational_enter(struct sci_base_state_machine *sm) in sci_port_ready_substate_operational_enter()
1024 static void sci_port_ready_substate_operational_exit(struct sci_base_state_machine *sm) in sci_port_ready_substate_operational_exit()
1043 static void sci_port_ready_substate_configuring_enter(struct sci_base_state_machine *sm) in sci_port_ready_substate_configuring_enter()
1487 static void sci_port_stopped_state_enter(struct sci_base_state_machine *sm) in sci_port_stopped_state_enter()
1500 static void sci_port_stopped_state_exit(struct sci_base_state_machine *sm) in sci_port_stopped_state_exit()
1508 static void sci_port_ready_state_enter(struct sci_base_state_machine *s
[all...]
H A Dhost.c149 void sci_init_sm(struct sci_base_state_machine *sm, in sci_init_sm()
165 void sci_change_state(struct sci_base_state_machine *sm, u32 next_state) in sci_change_state()
1310 static void sci_controller_initial_state_enter(struct sci_base_state_machine *sm) in sci_controller_initial_state_enter()
1317 static inline void sci_controller_starting_state_exit(struct sci_base_state_machine *sm) in sci_controller_starting_state_exit()
1444 static void sci_controller_ready_state_enter(struct sci_base_state_machine *sm) in sci_controller_ready_state_enter()
1461 static void sci_controller_ready_state_exit(struct sci_base_state_machine *sm) in sci_controller_ready_state_exit()
1524 static void sci_controller_stopping_state_enter(struct sci_base_state_machine *sm) in sci_controller_stopping_state_enter()
1535 static void sci_controller_stopping_state_exit(struct sci_base_state_machine *sm) in sci_controller_stopping_state_exit()
1563 static void sci_controller_resetting_state_enter(struct sci_base_state_machine *sm) in sci_controller_resetting_state_enter()
1599 struct sci_base_state_machine *s in controller_timeout()
[all...]
H A Dremote_node_context.h197 struct sci_base_state_machine sm;
H A Dphy.h88 struct sci_base_state_machine sm;
H A Dport.h103 struct sci_base_state_machine sm;
H A Dremote_device.h96 struct sci_base_state_machine sm;
H A Drequest.h113 struct sci_base_state_machine sm;
H A Dhost.h150 struct sci_base_state_machine sm;
H A Drequest.c2962 static void sci_request_started_state_enter(struct sci_base_state_machine *sm) in sci_request_started_state_enter()
3000 static void sci_request_completed_state_enter(struct sci_base_state_machine *sm) in sci_request_completed_state_enter()
3013 static void sci_request_aborting_state_enter(struct sci_base_state_machine *sm) in sci_request_aborting_state_enter()
3021 static 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()
3028 static void sci_stp_request_started_pio_await_h2d_completion_enter(struct sci_base_state_machine *sm) in sci_stp_request_started_pio_await_h2d_completion_enter()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A 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 *s
[all...]
H A Disci.h519 struct sci_base_state_machine { struct
526 typedef void (*sci_state_transition_t)(struct sci_base_state_machine *sm);
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);
H A 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 *s
[all...]
H A 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()
H A 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 *s
[all...]
H A 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 *s in controller_timeout()
[all...]
H A Dremote_node_context.h197 struct sci_base_state_machine sm;
H A Dphy.h88 struct sci_base_state_machine sm;
H A Dport.h103 struct sci_base_state_machine sm;
H A Dremote_device.h96 struct sci_base_state_machine sm;
H A Drequest.h113 struct sci_base_state_machine sm;
H A Dhost.h150 struct sci_base_state_machine sm;

Completed in 31 milliseconds

12