Searched refs:I82580_PHY_STATUS2_MDIX (Results 1 – 2 of 2) sorted by relevance
87 #define I82580_PHY_STATUS2_MDIX 0x0800 macro
2535 phy->is_mdix = (data & I82580_PHY_STATUS2_MDIX) ? true : false; in igb_get_phy_info_82580()