next_phy_to_start  913 drivers/scsi/isci/host.c 	if (ihost->next_phy_to_start >= SCI_MAX_PHYS) {
next_phy_to_start  920 drivers/scsi/isci/host.c 		iphy = &ihost->phys[ihost->next_phy_to_start];
next_phy_to_start  924 drivers/scsi/isci/host.c 				ihost->next_phy_to_start++;
next_phy_to_start  951 drivers/scsi/isci/host.c 				 ihost->phys[ihost->next_phy_to_start].phy_index,
next_phy_to_start  955 drivers/scsi/isci/host.c 		ihost->next_phy_to_start++;
next_phy_to_start 2151 drivers/scsi/isci/host.c 	ihost->next_phy_to_start = 0;
next_phy_to_start  180 drivers/scsi/isci/host.h 	u32 next_phy_to_start;