Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/isci/
Dhost.c911 if (ihost->next_phy_to_start >= SCI_MAX_PHYS) { in sci_controller_start_next_phy()
918 iphy = &ihost->phys[ihost->next_phy_to_start]; in sci_controller_start_next_phy()
922 ihost->next_phy_to_start++; in sci_controller_start_next_phy()
949 ihost->phys[ihost->next_phy_to_start].phy_index, in sci_controller_start_next_phy()
953 ihost->next_phy_to_start++; in sci_controller_start_next_phy()
2149 ihost->next_phy_to_start = 0; in sci_controller_initialize()
Dhost.h180 u32 next_phy_to_start; member