Searched refs:phy_1000t_ctrl (Results 1 – 3 of 3) sorted by relevance
984 uint16_t phy_1000t_ctrl; /* contents of PHY_1000T_CTRL */ member
6400 &Adapter->phy_1000t_ctrl); in e1000g_get_phy_state()6437 (Adapter->phy_1000t_ctrl & CR_1000T_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()6442 (Adapter->phy_1000t_ctrl & CR_1000T_FD_CAPS) in e1000g_get_phy_state()
5101 uint16_t phy_1000t_ctrl; in igb_get_phy_state() local5113 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_1000t_ctrl); in igb_get_phy_state()5149 (phy_1000t_ctrl & CR_1000T_HD_CAPS) ? 1 : 0; in igb_get_phy_state()5156 (phy_1000t_ctrl & CR_1000T_FD_CAPS) ? 1 : 0; in igb_get_phy_state()