Searched refs:phy_info_parent (Results 1 – 1 of 1) sorted by relevance
1525 struct mptsas_phyinfo *phy_info_parent; in mptsas_del_end_device() local1581 phy_info_parent = port_info->phy_info; in mptsas_del_end_device()1582 for (i = 0; i < port_info->num_phys; i++, phy_info_parent++) { in mptsas_del_end_device()1583 if (!phy_info_parent->phy) in mptsas_del_end_device()1585 if (phy_info_parent->attached.sas_address != in mptsas_del_end_device()1588 dev_printk(KERN_DEBUG, &phy_info_parent->phy->dev, in mptsas_del_end_device()1590 ioc->name, phy_info_parent->phy_id, in mptsas_del_end_device()1591 phy_info_parent->phy); in mptsas_del_end_device()1592 sas_port_delete_phy(port, phy_info_parent->phy); in mptsas_del_end_device()