Home
last modified time | relevance | path

Searched refs:has_ready_substate_machine (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_remote_device.c191 this_device->has_ready_substate_machine = FALSE; in scic_remote_device_da_construct()
195 this_device->has_ready_substate_machine = TRUE; in scic_remote_device_da_construct()
206 this_device->has_ready_substate_machine = TRUE; in scic_remote_device_da_construct()
285 this_device->has_ready_substate_machine = FALSE; in scic_remote_device_ea_construct()
289 this_device->has_ready_substate_machine = TRUE; in scic_remote_device_ea_construct()
301 this_device->has_ready_substate_machine = TRUE; in scic_remote_device_ea_construct()
696 if (this_device->has_ready_substate_machine) in scic_sds_remote_device_initialize_state_logging()
729 if (this_device->has_ready_substate_machine) in scic_sds_remote_device_deinitialize_state_logging()
1325 (this_device->has_ready_substate_machine) in scic_sds_emit_event_log_message()
1328 (this_device->has_ready_substate_machine) in scic_sds_emit_event_log_message()
[all …]
H A Dscic_sds_remote_device.h282 BOOL has_ready_substate_machine; member