Searched refs:ofnode_phy_is_fixed_link (Results 1 – 5 of 5) sorted by relevance
45 ut_assert(ofnode_phy_is_fixed_link(eth_node, &phy_node)); in dm_test_ofnode_phy_is_fixed_link()50 ut_assert(ofnode_phy_is_fixed_link(eth_node, &phy_node)); in dm_test_ofnode_phy_is_fixed_link()
115 bool ofnode_phy_is_fixed_link(ofnode eth_node, ofnode *phy_node);
136 bool ofnode_phy_is_fixed_link(ofnode eth_node, ofnode *phy_node) in ofnode_phy_is_fixed_link() function
179 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
889 if (ofnode_phy_is_fixed_link(node, &subnode)) { in phy_connect_fixed()
Completed in 9 milliseconds