Searched refs:phy_info_parent (Results 1 - 1 of 1) sorted by relevance

/drivers/message/fusion/
H A Dmptsas.c1498 struct mptsas_phyinfo *phy_info_parent; local
1554 phy_info_parent = port_info->phy_info;
1555 for (i = 0; i < port_info->num_phys; i++, phy_info_parent++) {
1556 if (!phy_info_parent->phy)
1558 if (phy_info_parent->attached.sas_address !=
1561 dev_printk(KERN_DEBUG, &phy_info_parent->phy->dev,
1563 ioc->name, phy_info_parent->phy_id,
1564 phy_info_parent->phy);
1565 sas_port_delete_phy(port, phy_info_parent->phy);

Completed in 58 milliseconds