Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_phy.c653 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 …]
H A Dscic_sds_phy.h268 void * sata_timeout_timer; member