Lines Matching refs:parent_phy

724 				       struct ex_phy *parent_phy)  in sas_ex_get_linkrate()  argument
732 port = parent_phy->port; in sas_ex_get_linkrate()
750 child->linkrate = min(parent_phy->linkrate, child->max_linkrate); in sas_ex_get_linkrate()
1179 struct ex_phy *parent_phy, in sas_print_parent_topology_bug() argument
1191 parent_phy->phy_id, in sas_print_parent_topology_bug()
1197 sas_route_char(parent, parent_phy), in sas_print_parent_topology_bug()
1202 struct ex_phy *parent_phy, in sas_check_eeds() argument
1212 parent_phy->phy_id, in sas_check_eeds()
1235 parent_phy->phy_id, in sas_check_eeds()
1261 struct ex_phy *parent_phy = &parent_ex->ex_phy[i]; in sas_check_parent_topology() local
1264 if (parent_phy->phy_state == PHY_VACANT || in sas_check_parent_topology()
1265 parent_phy->phy_state == PHY_NOT_PRESENT) in sas_check_parent_topology()
1268 if (!sas_phy_match_dev_addr(child, parent_phy)) in sas_check_parent_topology()
1271 child_phy = &child_ex->ex_phy[parent_phy->attached_phy_id]; in sas_check_parent_topology()
1276 if (parent_phy->routing_attr != SUBTRACTIVE_ROUTING || in sas_check_parent_topology()
1278 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_parent_topology()
1281 } else if (parent_phy->routing_attr == SUBTRACTIVE_ROUTING) { in sas_check_parent_topology()
1283 res = sas_check_eeds(child, parent_phy, child_phy); in sas_check_parent_topology()
1285 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_parent_topology()
1288 } else if (parent_phy->routing_attr == TABLE_ROUTING) { in sas_check_parent_topology()
1294 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_parent_topology()
1300 if (parent_phy->routing_attr != TABLE_ROUTING || in sas_check_parent_topology()
1302 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_parent_topology()