Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h883 #define CR_1000T_HD_CAPS 0x0100 /* Advertise 1000T HD capability */ macro
H A Digc_phy.c336 mii_1000t_ctrl_reg &= ~(CR_1000T_HD_CAPS | CR_1000T_FD_CAPS); in igc_phy_setup_autoneg()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h974 #define CR_1000T_HD_CAPS 0x0100 /* Advertise 1000T HD capability */ macro
H A De1000_phy.c1510 mii_1000t_ctrl_reg &= ~(CR_1000T_HD_CAPS | CR_1000T_FD_CAPS); in e1000_phy_setup_autoneg()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1812 #define CR_1000T_HD_CAPS 0x0100 /* Advertise 1000T HD capability */ macro
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5149 (phy_1000t_ctrl & CR_1000T_HD_CAPS) ? 1 : 0; in igb_get_phy_state()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6437 (Adapter->phy_1000t_ctrl & CR_1000T_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()