Home
last modified time | relevance | path

Searched refs:current_state_id (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/scsi/isci/
A Dhost.c154 sm->current_state_id = initial_state; in sci_init_sm()
172 sm->current_state_id = next_state; in sci_change_state()
840 state = iphy->sm.current_state_id; in is_phy_starting()
865 u32 state = iphy->sm.current_state_id; in is_controller_start_complete()
1183 switch (ihost->sm.current_state_id) { in sci_controller_reset()
2382 switch (ihost->sm.current_state_id) { in sci_controller_link_up()
2398 ihost->sm.current_state_id); in sci_controller_link_up()
2405 switch (ihost->sm.current_state_id) { in sci_controller_link_down()
2417 ihost->sm.current_state_id); in sci_controller_link_down()
2442 ihost->sm.current_state_id); in sci_controller_remote_device_stopped()
[all …]
A Dremote_node_context.c87 u32 current_state = sci_rnc->sm.current_state_id; in sci_remote_node_context_is_ready()
98 u32 current_state = sci_rnc->sm.current_state_id; in sci_remote_node_context_is_suspended()
427 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_event_handler()
530 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_destruct()
569 = sci_rnc->sm.current_state_id; in sci_remote_node_context_suspend()
662 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_resume()
749 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_start_io()
788 state = sci_rnc->sm.current_state_id; in sci_remote_node_context_is_safe_to_abort()
A Dremote_device.c238 dev_state_name(idev->sm.current_state_id), in isci_remote_device_terminate_requests()
241 rnc_state_name(idev->rnc.sm.current_state_id), in isci_remote_device_terminate_requests()
271 dev_state_name(idev->sm.current_state_id), in isci_remote_device_terminate_requests()
274 rnc_state_name(idev->rnc.sm.current_state_id), in isci_remote_device_terminate_requests()
342 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_stop()
398 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_reset()
428 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_reset_complete()
444 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_frame_handler()
539 enum sci_remote_device_states state = sm->current_state_id; in is_remote_device_ready()
573 enum sci_remote_device_states state = sm->current_state_id; in sci_remote_device_event_handler()
[all …]
A Dport.c711 if (sm->current_state_id == SCI_PORT_RESETTING) in sci_port_general_link_up_handler()
789 current_state = iport->sm.current_state_id; in port_timeout()
1066 state = iport->sm.current_state_id; in sci_port_start()
1131 state = iport->sm.current_state_id; in sci_port_stop()
1156 state = iport->sm.current_state_id; in sci_port_hard_reset()
1207 state = iport->sm.current_state_id; in sci_port_add_phy()
1276 state = iport->sm.current_state_id; in sci_port_remove_phy()
1316 state = iport->sm.current_state_id; in sci_port_link_up()
1359 state = iport->sm.current_state_id; in sci_port_link_down()
1390 state = iport->sm.current_state_id; in sci_port_start_io()
[all …]
A Dphy.c466 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_start()
480 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_stop()
506 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_reset()
520 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_consume_power_handler()
683 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_event_handler()
968 enum sci_phy_states state = iphy->sm.current_state_id; in sci_phy_frame_handler()
A Dremote_node_context.h233 || ((sci_rnc->sm.current_state_id == SCI_RNC_INITIAL) in sci_remote_node_context_is_being_destroyed()
A Disci.h522 u32 current_state_id; member
A Drequest.c809 state = ireq->sm.current_state_id; in sci_request_start()
857 state = ireq->sm.current_state_id; in sci_io_request_terminate()
906 "state %d\n", __func__, ireq->sm.current_state_id); in sci_io_request_terminate()
918 state = ireq->sm.current_state_id; in sci_request_complete()
939 state = ireq->sm.current_state_id; in sci_io_request_event_handler()
1708 state = ireq->sm.current_state_id; in sci_io_request_frame_handler()
2388 state = ireq->sm.current_state_id; in sci_io_request_tc_completion()

Completed in 31 milliseconds