Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c626 *phy_ctrl &= ~MII_CR_SPEED_1000; 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.h828 #define MII_CR_SPEED_1000 0x0040 macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h919 #define MII_CR_SPEED_1000 0x0040 macro
H A De1000_phy.c2050 *phy_ctrl &= ~MII_CR_SPEED_1000; 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.h2038 #define MII_CR_SPEED_1000 0x0040 macro
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3998 phy_ctrl = MII_CR_FULL_DUPLEX | MII_CR_SPEED_1000 | MII_CR_LOOPBACK; in igb_set_internal_phy_loopback()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5691 phy_ctrl |= MII_CR_FULL_DUPLEX | MII_CR_SPEED_1000; in e1000g_set_internal_loopback()