Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dsci_base_state_machine.c67 ((state_machine)->state_table[(state_machine)->current_state_id].\
71 ((state_machine)->state_table[(state_machine)->current_state_id].\
76 ((state_machine)->state_table[(state_machine)->current_state_id].\
80 ((state_machine)->current_state_id = (id))
117 this_state_machine->current_state_id = initial_state; in sci_base_state_machine_construct()
185 this_state_machine->previous_state_id = this_state_machine->current_state_id; in sci_base_state_machine_change_state()
210 return this_state_machine->current_state_id; in sci_base_state_machine_get_state()
H A Dsci_base_state_machine.h116 U32 current_state_id; member
H A Dscif_sas_domain_states.c460 if(fw_domain->controller->parent.state_machine.current_state_id in scif_sas_domain_stopped_state_enter()
551 ASSERT(fw_device->parent.state_machine.current_state_id in scif_sas_domain_discovering_state_enter()
H A Dscif_sas_remote_device.c671 if (fw_device->domain->parent.state_machine.current_state_id == in scif_sas_remote_device_target_reset_complete()
716 if (fw_device->parent.state_machine.current_state_id == SCI_BASE_REMOTE_DEVICE_STATE_READY) in scif_sas_remote_device_update_port_width()
729 else if (fw_device->parent.state_machine.current_state_id == in scif_sas_remote_device_update_port_width()
H A Dscif_sas_remote_device_ready_substate_handlers.c100 if (fw_device->ready_substate_machine.current_state_id in scif_sas_remote_device_start_task_request()
530 if (fw_device->ready_substate_machine.current_state_id in scif_sas_remote_device_ready_operational_start_high_priority_io_handler()
H A Dscic_sds_controller.c1432 if (this_controller->parent.state_machine.current_state_id in scic_sds_controller_transition_to_ready()
1618 && (the_phy->parent.state_machine.current_state_id in scic_sds_controller_is_start_complete()
1623 && (the_phy->parent.state_machine.current_state_id in scic_sds_controller_is_start_complete()
1628 && (the_phy->parent.state_machine.current_state_id in scic_sds_controller_is_start_complete()
1977 if (current_phy->parent.state_machine.current_state_id == SCI_BASE_PHY_STATE_READY && in scic_sds_controller_power_control_queue_insert()
3328 this_controller->device_table[index]->parent.state_machine.current_state_id in scic_sds_controller_has_remote_devices_stopping()
4509 (this_controller->parent.state_machine.current_state_id in scic_controller_set_mode()
4511 || (this_controller->parent.state_machine.current_state_id in scic_controller_set_mode()
4593 (this_controller->parent.state_machine.current_state_id in scic_user_parameters_set()
4595 || (this_controller->parent.state_machine.current_state_id in scic_user_parameters_set()
[all …]
H A Dscif_sas_controller.c457 (fw_controller->parent.state_machine.current_state_id in scif_controller_set_mode()
459 || (fw_controller->parent.state_machine.current_state_id in scif_controller_set_mode()
588 if(fw_controller->domains[index].parent.state_machine.current_state_id == in scif_sas_controller_is_overriding_interrupt_coalescence()
H A Dscic_sds_request.h379 if (this_request->parent.state_machine.current_state_id \
H A Dscif_sas_controller_state_handlers.c188 if (fw_domain->parent.state_machine.current_state_id == in scif_sas_controller_stop_domains()
190 || fw_domain->parent.state_machine.current_state_id == in scif_sas_controller_stop_domains()
H A Dscic_sds_port_configuration_agent.c854 == port->parent.state_machine.current_state_id in scic_sds_apc_agent_link_up()
H A Dscif_sas_domain.c779 ASSERT(fw_domain->parent.state_machine.current_state_id in scif_sas_domain_remote_device_start_complete()
H A Dscic_sds_port.c888 if (this_port->parent.state_machine.current_state_id in scic_sds_port_general_link_up_handler()