Searched refs:sky2_is_copper (Results 1 – 2 of 2) sorted by relevance
361 if (sky2_is_copper(hw)) { in sky2_phy_init()429 if (sky2_is_copper(hw)) { in sky2_phy_init()478 if (sky2_is_copper(hw)) in sky2_phy_init()3549 return sky2_is_copper(hw) ? (WAKE_PHY | WAKE_MAGIC) : 0; in sky2_wol_supported()3587 if (sky2_is_copper(hw)) { in sky2_supported_modes()3610 if (sky2_is_copper(hw)) { in sky2_get_settings()3637 if (sky2_is_copper(hw)) in sky2_set_settings()
2313 static inline int sky2_is_copper(const struct sky2_hw *hw) in sky2_is_copper() function