Lines Matching refs:child_phy
1245 struct ex_phy *child_phy) in sas_print_parent_topology_bug() argument
1262 child_phy->phy_id, in sas_print_parent_topology_bug()
1265 sas_route_char(child, child_phy)); in sas_print_parent_topology_bug()
1270 struct ex_phy *child_phy) in sas_check_eeds() argument
1282 child_phy->phy_id, in sas_check_eeds()
1306 child_phy->phy_id); in sas_check_eeds()
1332 struct ex_phy *child_phy; in sas_check_parent_topology() local
1341 child_phy = &child_ex->ex_phy[parent_phy->attached_phy_id]; in sas_check_parent_topology()
1347 child_phy->routing_attr != TABLE_ROUTING) { in sas_check_parent_topology()
1348 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_parent_topology()
1352 if (child_phy->routing_attr == SUBTRACTIVE_ROUTING) { in sas_check_parent_topology()
1353 res = sas_check_eeds(child, parent_phy, child_phy); in sas_check_parent_topology()
1354 } else if (child_phy->routing_attr != TABLE_ROUTING) { in sas_check_parent_topology()
1355 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_parent_topology()
1359 if (child_phy->routing_attr == SUBTRACTIVE_ROUTING || in sas_check_parent_topology()
1360 (child_phy->routing_attr == TABLE_ROUTING && in sas_check_parent_topology()
1364 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_parent_topology()
1371 child_phy->routing_attr != SUBTRACTIVE_ROUTING) { in sas_check_parent_topology()
1372 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_parent_topology()