Home
last modified time | relevance | path

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

/src/sys/dev/isci/scil/
H A Dscic_sds_phy.c582 this_phy->state_record.state_transition_table[ in scic_sds_phy_observe_state_change()
583 this_phy->state_record.index++] = ( (transition_requestor << 24) in scic_sds_phy_observe_state_change()
587 this_phy->state_record.index = in scic_sds_phy_observe_state_change()
588 this_phy->state_record.index & (MAX_STATE_TRANSITION_RECORD - 1); in scic_sds_phy_observe_state_change()
607 this_phy->state_record.index = 0; in scic_sds_phy_initialize_state_recording()
610 &this_phy->state_record.base_state_observer, in scic_sds_phy_initialize_state_recording()
616 &this_phy->state_record.starting_state_observer, in scic_sds_phy_initialize_state_recording()
H A Dscic_sds_phy.h279 SCIC_SDS_PHY_STATE_RECORD_T state_record; member