Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/isci/
Dhost.c913 if (ihost->next_phy_to_start >= SCI_MAX_PHYS) { in sci_controller_start_next_phy()
920 iphy = &ihost->phys[ihost->next_phy_to_start]; in sci_controller_start_next_phy()
924 ihost->next_phy_to_start++; in sci_controller_start_next_phy()
951 ihost->phys[ihost->next_phy_to_start].phy_index, in sci_controller_start_next_phy()
955 ihost->next_phy_to_start++; in sci_controller_start_next_phy()
2151 ihost->next_phy_to_start = 0; in sci_controller_initialize()
Dhost.h180 u32 next_phy_to_start; member