Searched refs:CR_1000T_FD_CAPS (Results 1 – 6 of 6) sorted by relevance
964 #define CR_1000T_FD_CAPS 0x0200 /* Advertise 1000T FD capability */ macro
1509 mii_1000t_ctrl_reg &= ~(CR_1000T_HD_CAPS | CR_1000T_FD_CAPS); in e1000_phy_setup_autoneg()1544 mii_1000t_ctrl_reg |= CR_1000T_FD_CAPS; in e1000_phy_setup_autoneg()
1813 #define CR_1000T_FD_CAPS 0x0200 /* Advertise 1000T FD capability */ macro
1959 mii_1000t_ctrl_reg |= CR_1000T_FD_CAPS;
5101 (phy_1000t_ctrl & CR_1000T_FD_CAPS) ? 1 : 0; in igb_get_phy_state()
6183 (Adapter->phy_1000t_ctrl & CR_1000T_FD_CAPS) in e1000g_get_phy_state()