Searched refs:sata_timeout_timer (Results 1 – 2 of 2) sorted by relevance
653 this_phy->sata_timeout_timer = NULL; in scic_sds_phy_construct()994 if (this_phy->sata_timeout_timer != NULL) in scic_sds_phy_release_resource()996 scic_cb_timer_destroy(controller, this_phy->sata_timeout_timer); in scic_sds_phy_release_resource()997 this_phy->sata_timeout_timer = NULL; in scic_sds_phy_release_resource()1848 this_phy->sata_timeout_timer = scic_cb_timer_create( in scic_sds_phy_stopped_state_start_handler()1854 if (this_phy->sata_timeout_timer != NULL) in scic_sds_phy_stopped_state_start_handler()2302 if (this_phy->sata_timeout_timer != NULL) in scic_sds_phy_stopped_state_enter()2306 this_phy->sata_timeout_timer in scic_sds_phy_stopped_state_enter()2309 this_phy->sata_timeout_timer = NULL; in scic_sds_phy_stopped_state_enter()3793 this_phy->sata_timeout_timer, in scic_sds_phy_starting_await_sata_phy_substate_enter()[all …]
268 void * sata_timeout_timer; member