Searched refs:phy_info_parent (Results 1 – 1 of 1) sorted by relevance
1497 struct mptsas_phyinfo *phy_info_parent; in mptsas_del_end_device() local1553 phy_info_parent = port_info->phy_info; in mptsas_del_end_device()1554 for (i = 0; i < port_info->num_phys; i++, phy_info_parent++) { in mptsas_del_end_device()1555 if (!phy_info_parent->phy) in mptsas_del_end_device()1557 if (phy_info_parent->attached.sas_address != in mptsas_del_end_device()1560 dev_printk(KERN_DEBUG, &phy_info_parent->phy->dev, in mptsas_del_end_device()1562 ioc->name, phy_info_parent->phy_id, in mptsas_del_end_device()1563 phy_info_parent->phy); in mptsas_del_end_device()1564 sas_port_delete_phy(port, phy_info_parent->phy); in mptsas_del_end_device()