Home
last modified time | relevance | path

Searched refs:phy_configured (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.c413 if (hw->phy_configured) { in atl1e_phy_init()
492 hw->phy_configured = true; in atl1e_phy_init()
Datl1e.h355 bool phy_configured; member
Datl1e_main.c599 hw->phy_configured = false; in atl1e_sw_init()
2107 hw->phy_configured = false; /* re-init PHY when resume */ in atl1e_suspend()
2175 hw->phy_configured = false; /* re-init PHY when resume */ in atl1e_suspend()
/Linux-v5.10/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.c634 hw->phy_configured = true; in atl1c_phy_init()
709 hw->phy_configured = false; in atl1c_phy_to_ps_link()
785 hw->phy_configured = false; /* re-init PHY when resume */ in atl1c_power_saving()
Datl1c.h422 bool phy_configured; member
Datl1c_main.c791 hw->phy_configured = false; in atl1c_sw_init()
/Linux-v5.10/drivers/net/ethernet/atheros/atlx/
Datl2.h420 bool phy_configured; member
Datl2.c85 hw->phy_configured = false; in atl2_sw_init()
1582 hw->phy_configured = false; /* re-init PHY when resume */ in atl2_suspend()
1602 hw->phy_configured = false; /* re-init PHY when resume */ in atl2_suspend()
2654 if (hw->phy_configured) in atl2_phy_init()
2689 hw->phy_configured = true; in atl2_phy_init()
Datl1.h740 bool phy_configured; member
Datl1.c796 hw->phy_configured = true; in atl1_setup_link()
844 if (!hw->phy_configured) { in atl1_init_hw()
943 hw->phy_configured = false; in atl1_sw_init()
2819 hw->phy_configured = false; in atl1_suspend()
2831 hw->phy_configured = false; in atl1_suspend()
/Linux-v5.10/drivers/net/ethernet/atheros/alx/
Dmain.c1696 bool phy_configured; in alx_probe() local
1776 phy_configured = alx_phy_configured(hw); in alx_probe()
1778 if (!phy_configured) in alx_probe()
1788 if (!phy_configured) { in alx_probe()