Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_remote_device_states.c186 fw_device->destination_state = in scif_sas_remote_device_starting_state_enter()
225 fw_device->destination_state = in scif_sas_remote_device_starting_state_exit()
433 fw_device->destination_state = SCIF_SAS_REMOTE_DEVICE_DESTINATION_STATE_READY; in scif_sas_remote_device_updating_port_width_state_enter()
465 fw_device->destination_state = in scif_sas_remote_device_updating_port_width_state_exit()
H A Dscic_sds_remote_node_context.c88 rnc->destination_state = SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_UNSPECIFIED; in scic_sds_remote_node_context_construct()
295 if (this_rnc->destination_state != SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_FINAL) in scic_sds_remote_node_context_setup_to_resume()
297 this_rnc->destination_state = SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_READY; in scic_sds_remote_node_context_setup_to_resume()
320 this_rnc->destination_state = SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_FINAL; in scic_sds_remote_node_context_setup_to_destory()
340 if (this_rnc->destination_state == SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_READY) in scic_sds_remote_node_context_continue_to_resume_handler()
638 if (this_rnc->destination_state == SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_FINAL) in scic_sds_remote_node_context_invalidating_state_event_handler()
1149 if (rnc->destination_state == SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_READY) in scic_sds_remote_node_context_continue_state_transitions()
1265 rnc->destination_state = SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_UNSPECIFIED; in scic_sds_remote_node_context_initial_state_enter()
1381 rnc->destination_state = SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_UNSPECIFIED; in scic_sds_remote_node_context_ready_state_enter()
H A Dscif_sas_remote_device_state_handlers.c787 if (fw_device->destination_state == SCIF_SAS_REMOTE_DEVICE_DESTINATION_STATE_STOPPING) in scif_sas_remote_device_updating_port_width_state_complete_io_handler()
833 if ( fw_device->destination_state in scif_sas_remote_device_updating_port_width_state_start_complete_handler()
886 if ( fw_device->destination_state in scif_sas_remote_device_updating_port_width_state_stop_complete_handler()
944 fw_device->destination_state = in scif_sas_remote_device_updating_port_width_state_stop_handler()
H A Dscif_sas_remote_device_starting_substate_handlers.c245 if (fw_device->destination_state == in scif_sas_remote_device_starting_await_ready_ready_handler()
H A Dscic_sds_remote_node_context.h277 enum SCIC_SDS_REMOTE_NODE_CONTEXT_DESTINATION_STATE destination_state; member
H A Dscif_sas_remote_device.c124 fw_device->destination_state = in scif_remote_device_construct()
732 fw_device->destination_state = in scif_sas_remote_device_update_port_width()
H A Dscif_sas_remote_device.h296 U16 destination_state; member
H A Dscic_sds_stp_remote_device.c321 && (this_device->rnc->destination_state != SCIC_SDS_REMOTE_NODE_DESTINATION_STATE_READY)) in scic_sds_stp_remote_device_ready_idle_substate_event_handler()