Searched refs:phy_status (Results 1 – 5 of 5) sorted by relevance
203 enet_phy_status_t phy_status; in phy_get_link_status() local208 dp83867_get_phy_status(phy->bus->hw_obj, &phy_status); in phy_get_link_status()212 rtl8211_get_phy_status(phy->bus->hw_obj, &phy_status); in phy_get_link_status()216 rtl8201_get_phy_status(phy->bus->hw_obj, &phy_status); in phy_get_link_status()224 dp83848_get_phy_status(phy->bus->hw_obj, &phy_status); in phy_get_link_status()228 rtl8201_get_phy_status(phy->bus->hw_obj, &phy_status); in phy_get_link_status()232 lan8720_get_phy_status(phy->bus->hw_obj, &phy_status); in phy_get_link_status()237 *status = phy_status.enet_phy_link; in phy_get_link_status()244 enet_phy_status_t phy_status; in phy_get_link_speed_duplex() local278 *speed = phy_status.enet_phy_speed; in phy_get_link_speed_duplex()[all …]
379 static rt_uint8_t phy_status = 0; in hc32_phy_link_change() local423 if (phy_status != phy_status_new) in hc32_phy_link_change()425 phy_status = phy_status_new; in hc32_phy_link_change()426 if (phy_status & ETH_PHY_LINK) in hc32_phy_link_change()428 if (phy_status & ETH_PHY_FULL_DUPLEX) in hc32_phy_link_change()436 if (phy_status & ETH_PHY_100M) in hc32_phy_link_change()
103 g_phy_status |= p_args->phy_status; in mipi_dsi0_callback()
448 static rt_uint32_t phy_status = 0; in phy_monitor_thread_entry() local454 if(phy_status_now != phy_status) in phy_monitor_thread_entry()466 phy_status = phy_status_now; in phy_monitor_thread_entry()
175 g_phy_status |= p_args->phy_status; in mipi_dsi0_callback()
Completed in 19 milliseconds