Home
last modified time | relevance | path

Searched refs:MII_CR_RESTART_AUTO_NEG (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h821 #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */ macro
H A Digc_phy.c503 phy_ctrl |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG); in igc_copper_link_autoneg()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h912 #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */ macro
H A De1000_phy.c1658 phy_ctrl |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG); in e1000_copper_link_autoneg()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1726 #define MII_CR_RESTART_AUTO_NEG 0x0200 /* Restart auto negotiation */ macro
H A De1000.c1815 phy_data |= (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5114 MII_CR_RESTART_AUTO_NEG); in e1000g_smartspeed()
5147 (MII_CR_AUTO_NEG_EN | MII_CR_RESTART_AUTO_NEG); in e1000g_smartspeed()