Searched refs:phy_1000t_status (Results 1 – 3 of 3) sorted by relevance
984 uint16_t phy_1000t_status; /* contents of PHY_1000T_STATUS */ member
6360 &Adapter->phy_1000t_status); in e1000g_get_phy_state()6421 (Adapter->phy_1000t_status & SR_1000T_LP_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()6423 (Adapter->phy_1000t_status & SR_1000T_LP_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
5057 uint16_t phy_1000t_status; in igb_get_phy_state() local5070 PHY_1000T_STATUS, &phy_1000t_status); in igb_get_phy_state()5129 (phy_1000t_status & SR_1000T_LP_FD_CAPS) ? 1 : 0; in igb_get_phy_state()5131 (phy_1000t_status & SR_1000T_LP_HD_CAPS) ? 1 : 0; in igb_get_phy_state()