Home
last modified time | relevance | path

Searched refs:PHY_AUTO_NEG_LIMIT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h507 #define PHY_AUTO_NEG_LIMIT 45 macro
H A Dphy.c1746 for (i = PHY_AUTO_NEG_LIMIT; i > 0; i--) { in e1000_wait_autoneg()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h90 #define PHY_AUTO_NEG_LIMIT 45 macro
H A Digc_phy.c406 for (i = PHY_AUTO_NEG_LIMIT; i > 0; i--) { in igc_wait_autoneg()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h503 #define PHY_AUTO_NEG_LIMIT 45 macro
H A De1000_phy.c1595 for (i = PHY_AUTO_NEG_LIMIT; i > 0; i--) { in igb_wait_autoneg()