Home
last modified time | relevance | path

Searched refs:starting_substate_machine (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_phy.h272 SCI_BASE_STATE_MACHINE_T starting_substate_machine; member
365 (&(phy)->starting_substate_machine)
H A Dscif_sas_remote_device_states.c189 sci_base_state_machine_start(&fw_device->starting_substate_machine); in scif_sas_remote_device_starting_state_enter()
229 sci_base_state_machine_stop(&fw_device->starting_substate_machine); in scif_sas_remote_device_starting_state_exit()
H A Dscif_sas_remote_device.c137 &fw_device->starting_substate_machine, in scif_remote_device_construct()
757 &remote_device->starting_substate_machine, in scif_sas_remote_device_initialize_state_logging()
785 &remote_device->starting_substate_machine in scif_sas_remote_device_deinitialize_state_logging()
H A Dscic_sds_phy.c533 &this_phy->starting_substate_machine, in scic_sds_phy_initialize_state_logging()
568 else if (the_state_machine == &this_phy->starting_substate_machine) in scic_sds_phy_observe_state_change()
580 sci_base_state_machine_get_state(&this_phy->starting_substate_machine); in scic_sds_phy_observe_state_change()
618 &this_phy->starting_substate_machine.parent in scic_sds_phy_initialize_state_recording()
663 &this_phy->starting_substate_machine, in scic_sds_phy_construct()
2348 sci_base_state_machine_start(&this_phy->starting_substate_machine); in scic_sds_phy_starting_state_enter()
2544 &this_phy->starting_substate_machine, in scic_sds_phy_start_sas_link_training()
2567 &this_phy->starting_substate_machine, in scic_sds_phy_start_sata_link_training()
2639 &this_phy->starting_substate_machine in scic_sds_phy_starting_substate_general_stop_handler()
H A Dscif_sas_remote_device_starting_substate_handlers.c199 &fw_device->starting_substate_machine, in scif_sas_remote_device_starting_await_complete_start_complete_handler()
H A Dscif_sas_remote_device.h211 SCI_BASE_STATE_MACHINE_T starting_substate_machine; member