Home
last modified time | relevance | path

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

/linux/drivers/scsi/isci/
H 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()
H A Dremote_node_context.h233 || ((sci_rnc->sm.current_state_id == SCI_RNC_INITIAL) in sci_remote_node_context_is_being_destroyed()
H 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()
H A Disci.h515 u32 current_state_id; member