Lines Matching refs:child_phy
1232 struct ex_phy *child_phy) in sas_print_parent_topology_bug() argument
1247 child_phy->phy_id, in sas_print_parent_topology_bug()
1250 sas_route_char(child, child_phy)); in sas_print_parent_topology_bug()
1255 struct ex_phy *child_phy) in sas_check_eeds() argument
1266 child_phy->phy_id, in sas_check_eeds()
1289 child_phy->phy_id); in sas_check_eeds()
1314 struct ex_phy *child_phy; in sas_check_parent_topology() local
1323 child_phy = &child_ex->ex_phy[parent_phy->attached_phy_id]; in sas_check_parent_topology()
1329 child_phy->routing_attr != TABLE_ROUTING) { in sas_check_parent_topology()
1330 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_parent_topology()
1334 if (child_phy->routing_attr == SUBTRACTIVE_ROUTING) { in sas_check_parent_topology()
1335 res = sas_check_eeds(child, parent_phy, child_phy); in sas_check_parent_topology()
1336 } else if (child_phy->routing_attr != TABLE_ROUTING) { in sas_check_parent_topology()
1337 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_parent_topology()
1341 if (child_phy->routing_attr == SUBTRACTIVE_ROUTING || in sas_check_parent_topology()
1342 (child_phy->routing_attr == TABLE_ROUTING && in sas_check_parent_topology()
1346 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_parent_topology()
1353 child_phy->routing_attr != SUBTRACTIVE_ROUTING) { in sas_check_parent_topology()
1354 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_parent_topology()