Searched refs:phy_1000t_status (Results 1 – 3 of 3) sorted by relevance
983 uint16_t phy_1000t_status; /* contents of PHY_1000T_STATUS */ member
6143 &Adapter->phy_1000t_status); in e1000g_get_phy_state()6204 (Adapter->phy_1000t_status & SR_1000T_LP_FD_CAPS) ? 1 : 0; in e1000g_get_phy_state()6206 (Adapter->phy_1000t_status & SR_1000T_LP_HD_CAPS) ? 1 : 0; in e1000g_get_phy_state()
5047 uint16_t phy_1000t_status; in igb_get_phy_state() local5060 PHY_1000T_STATUS, &phy_1000t_status); in igb_get_phy_state()5119 (phy_1000t_status & SR_1000T_LP_FD_CAPS) ? 1 : 0; in igb_get_phy_state()5121 (phy_1000t_status & SR_1000T_LP_HD_CAPS) ? 1 : 0; in igb_get_phy_state()