Searched refs:sata_timer (Results 1 – 3 of 3) sorted by relevance
321 struct isci_phy *iphy = container_of(tmr, typeof(*iphy), sata_timer); in phy_sata_timeout()1110 sci_mod_timer(&iphy->sata_timer, SCIC_SDS_SATA_LINK_TRAINING_TIMEOUT); in sci_phy_starting_await_sata_phy_substate_enter()1117 sci_del_timer(&iphy->sata_timer); in sci_phy_starting_await_sata_phy_substate_exit()1124 sci_mod_timer(&iphy->sata_timer, SCIC_SDS_SATA_LINK_TRAINING_TIMEOUT); in sci_phy_starting_await_sata_speed_substate_enter()1131 sci_del_timer(&iphy->sata_timer); in sci_phy_starting_await_sata_speed_substate_exit()1148 sci_mod_timer(&iphy->sata_timer, in sci_phy_starting_await_sig_fis_uf_substate_enter()1158 sci_del_timer(&iphy->sata_timer); in sci_phy_starting_await_sig_fis_uf_substate_exit()1265 sci_del_timer(&iphy->sata_timer); in sci_phy_stopped_state_enter()1389 sci_init_timer(&iphy->sata_timer, phy_sata_timeout); in sci_phy_construct()
95 struct sci_timer sata_timer; member
1282 del_timer_sync(&iphy->sata_timer.timer); in isci_host_deinit()