Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_defines.h973 #define CR_1000T_HD_CAPS 0x0100 /* Advertise 1000T HD capability */ macro
H A De1000_phy.c1509 mii_1000t_ctrl_reg &= ~(CR_1000T_HD_CAPS | CR_1000T_FD_CAPS); in e1000_phy_setup_autoneg()
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1812 #define CR_1000T_HD_CAPS 0x0100 /* Advertise 1000T HD capability */ macro
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_main.c5104 (phy_1000t_ctrl & CR_1000T_HD_CAPS) ? 1 : 0; in igb_get_phy_state()
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6395 (Adapter->phy_1000t_ctrl & CR_1000T_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()