Home
last modified time | relevance | path

Searched refs:IGC_PHY_RST_COMP (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/intel/igc/
Digc_defines.h612 #define IGC_PHY_RST_COMP 0x0100 /* Internal PHY reset completion */ macro
Digc_phy.c197 } while (!(phpm & IGC_PHY_RST_COMP) && timeout); in igc_phy_hw_reset()