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()1109 sci_mod_timer(&iphy->sata_timer, SCIC_SDS_SATA_LINK_TRAINING_TIMEOUT); in sci_phy_starting_await_sata_phy_substate_enter()1116 sci_del_timer(&iphy->sata_timer); in sci_phy_starting_await_sata_phy_substate_exit()1123 sci_mod_timer(&iphy->sata_timer, SCIC_SDS_SATA_LINK_TRAINING_TIMEOUT); in sci_phy_starting_await_sata_speed_substate_enter()1130 sci_del_timer(&iphy->sata_timer); in sci_phy_starting_await_sata_speed_substate_exit()1147 sci_mod_timer(&iphy->sata_timer, in sci_phy_starting_await_sig_fis_uf_substate_enter()1157 sci_del_timer(&iphy->sata_timer); in sci_phy_starting_await_sig_fis_uf_substate_exit()1264 sci_del_timer(&iphy->sata_timer); in sci_phy_stopped_state_enter()1388 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()