Searched refs:phy_1000t_ctrl (Results 1 – 3 of 3) sorted by relevance
982 uint16_t phy_1000t_ctrl; /* contents of PHY_1000T_CTRL */ member
6141 &Adapter->phy_1000t_ctrl); in e1000g_get_phy_state()6178 (Adapter->phy_1000t_ctrl & CR_1000T_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()6183 (Adapter->phy_1000t_ctrl & CR_1000T_FD_CAPS) in e1000g_get_phy_state()
5046 uint16_t phy_1000t_ctrl; in igb_get_phy_state() local5058 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_1000t_ctrl); in igb_get_phy_state()5094 (phy_1000t_ctrl & CR_1000T_HD_CAPS) ? 1 : 0; in igb_get_phy_state()5101 (phy_1000t_ctrl & CR_1000T_FD_CAPS) ? 1 : 0; in igb_get_phy_state()