Home
last modified time | relevance | path

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

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