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

/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c413 if (hw->phy_configured) {
492 hw->phy_configured = true;
H A Datl1e.h355 bool phy_configured; member in struct:atl1e_hw
H A Datl1e_main.c599 hw->phy_configured = false;
2113 hw->phy_configured = false; /* re-init PHY when resume */
2181 hw->phy_configured = false; /* re-init PHY when resume */
/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c598 hw->phy_configured = true;
639 hw->phy_configured = true;
737 hw->phy_configured = false;
811 hw->phy_configured = false; /* re-init PHY when resume */
H A Datl1c.h421 bool phy_configured; member in struct:atl1c_hw
H A Datl1c_main.c813 hw->phy_configured = false;
/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl2.h420 bool phy_configured; member in struct:atl2_hw
H A Datl2.c85 hw->phy_configured = false;
1582 hw->phy_configured = false; /* re-init PHY when resume */
1602 hw->phy_configured = false; /* re-init PHY when resume */
2626 if (hw->phy_configured)
2661 hw->phy_configured = true;
H A Datl1.h740 bool phy_configured; member in struct:atl1_hw
H A Datl1.c796 hw->phy_configured = true;
844 if (!hw->phy_configured) {
943 hw->phy_configured = false;
2819 hw->phy_configured = false;
2831 hw->phy_configured = false;
/linux-master/drivers/net/ethernet/atheros/alx/
H A Dmain.c1719 bool phy_configured; local
1800 phy_configured = alx_phy_configured(hw);
1802 if (!phy_configured)
1812 if (!phy_configured) {

Completed in 218 milliseconds