Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/isci/
Dhost.c908 if (ihost->phy_startup_timer_pending) in sci_controller_start_next_phy()
915 ihost->phy_startup_timer_pending = false; in sci_controller_start_next_phy()
942 ihost->phy_startup_timer_pending = true; in sci_controller_start_next_phy()
971 ihost->phy_startup_timer_pending = false; in phy_startup_timeout()
2150 ihost->phy_startup_timer_pending = false; in sci_controller_initialize()
2385 ihost->phy_startup_timer_pending = false; in sci_controller_link_up()
Dhost.h179 bool phy_startup_timer_pending; member