Lines Matching refs:child_phy

1199 						 struct ex_phy *child_phy)  in sas_print_parent_topology_bug()  argument
1214 child_phy->phy_id, in sas_print_parent_topology_bug()
1217 sas_route_char(child, child_phy)); in sas_print_parent_topology_bug()
1233 struct ex_phy *child_phy) in sas_check_eeds() argument
1245 child_phy->phy_id, in sas_check_eeds()
1256 child_phy->phy_id); in sas_check_eeds()
1267 struct ex_phy *child_phy; in sas_check_edge_expander_topo() local
1269 child_phy = &child_ex->ex_phy[parent_phy->attached_phy_id]; in sas_check_edge_expander_topo()
1273 child_phy->routing_attr != TABLE_ROUTING) in sas_check_edge_expander_topo()
1276 if (child_phy->routing_attr == SUBTRACTIVE_ROUTING) in sas_check_edge_expander_topo()
1277 return sas_check_eeds(child, parent_phy, child_phy); in sas_check_edge_expander_topo()
1278 else if (child_phy->routing_attr != TABLE_ROUTING) in sas_check_edge_expander_topo()
1281 if (child_phy->routing_attr != SUBTRACTIVE_ROUTING && in sas_check_edge_expander_topo()
1282 (child_phy->routing_attr != TABLE_ROUTING || in sas_check_edge_expander_topo()
1289 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_edge_expander_topo()
1297 struct ex_phy *child_phy; in sas_check_fanout_expander_topo() local
1299 child_phy = &child_ex->ex_phy[parent_phy->attached_phy_id]; in sas_check_fanout_expander_topo()
1302 child_phy->routing_attr == SUBTRACTIVE_ROUTING) in sas_check_fanout_expander_topo()
1305 sas_print_parent_topology_bug(child, parent_phy, child_phy); in sas_check_fanout_expander_topo()