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