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
6398 &Adapter->phy_1000t_ctrl); in e1000g_get_phy_state()6435 (Adapter->phy_1000t_ctrl & CR_1000T_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()6440 (Adapter->phy_1000t_ctrl & CR_1000T_FD_CAPS) in e1000g_get_phy_state()
5096 uint16_t phy_1000t_ctrl; in igb_get_phy_state() local5108 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_1000t_ctrl); in igb_get_phy_state()5144 (phy_1000t_ctrl & CR_1000T_HD_CAPS) ? 1 : 0; in igb_get_phy_state()5151 (phy_1000t_ctrl & CR_1000T_FD_CAPS) ? 1 : 0; in igb_get_phy_state()