Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c625 *phy_ctrl |= MII_CR_SPEED_100; in igc_phy_force_speed_duplex_setup()
630 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100); in igc_phy_force_speed_duplex_setup()
H A Digc_defines.h829 #define MII_CR_SPEED_100 0x2000 macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h920 #define MII_CR_SPEED_100 0x2000 macro
H A De1000_phy.c2049 *phy_ctrl |= MII_CR_SPEED_100; in e1000_phy_force_speed_duplex_setup()
2054 *phy_ctrl &= ~(MII_CR_SPEED_1000 | MII_CR_SPEED_100); in e1000_phy_force_speed_duplex_setup()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h2039 #define MII_CR_SPEED_100 0x2000 macro
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5690 phy_ctrl &= ~(MII_CR_AUTO_NEG_EN | MII_CR_SPEED_100 | MII_CR_SPEED_10); in e1000g_set_internal_loopback()
5965 MII_CR_SPEED_100); in e1000g_set_external_loopback_100()