Home
last modified time | relevance | path

Searched refs:CR_1000T_FD_CAPS (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c336 mii_1000t_ctrl_reg &= ~(CR_1000T_HD_CAPS | CR_1000T_FD_CAPS); in igc_phy_setup_autoneg()
371 mii_1000t_ctrl_reg |= CR_1000T_FD_CAPS; in igc_phy_setup_autoneg()
H A Digc_defines.h884 #define CR_1000T_FD_CAPS 0x0200 /* Advertise 1000T FD capability */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h975 #define CR_1000T_FD_CAPS 0x0200 /* Advertise 1000T FD capability */ macro
H A De1000_phy.c1510 mii_1000t_ctrl_reg &= ~(CR_1000T_HD_CAPS | CR_1000T_FD_CAPS); in e1000_phy_setup_autoneg()
1545 mii_1000t_ctrl_reg |= CR_1000T_FD_CAPS; in e1000_phy_setup_autoneg()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1813 #define CR_1000T_FD_CAPS 0x0200 /* Advertise 1000T FD capability */ macro
H A De1000.c1959 mii_1000t_ctrl_reg |= CR_1000T_FD_CAPS;
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5156 (phy_1000t_ctrl & CR_1000T_FD_CAPS) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6442 (Adapter->phy_1000t_ctrl & CR_1000T_FD_CAPS) in e1000g_get_phy_state()