Home
last modified time | relevance | path

Searched refs:sata_timer (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/isci/
Dphy.c321 struct isci_phy *iphy = container_of(tmr, typeof(*iphy), sata_timer); in phy_sata_timeout()
1105 sci_mod_timer(&iphy->sata_timer, SCIC_SDS_SATA_LINK_TRAINING_TIMEOUT); in sci_phy_starting_await_sata_phy_substate_enter()
1112 sci_del_timer(&iphy->sata_timer); in sci_phy_starting_await_sata_phy_substate_exit()
1119 sci_mod_timer(&iphy->sata_timer, SCIC_SDS_SATA_LINK_TRAINING_TIMEOUT); in sci_phy_starting_await_sata_speed_substate_enter()
1126 sci_del_timer(&iphy->sata_timer); in sci_phy_starting_await_sata_speed_substate_exit()
1143 sci_mod_timer(&iphy->sata_timer, in sci_phy_starting_await_sig_fis_uf_substate_enter()
1153 sci_del_timer(&iphy->sata_timer); in sci_phy_starting_await_sig_fis_uf_substate_exit()
1261 sci_del_timer(&iphy->sata_timer); in sci_phy_stopped_state_enter()
1385 sci_init_timer(&iphy->sata_timer, phy_sata_timeout); in sci_phy_construct()
Dphy.h95 struct sci_timer sata_timer; member
Dhost.c1280 del_timer_sync(&iphy->sata_timer.timer); in isci_host_deinit()