Searched refs:HW_HAS_WRITE_PHY_MCU_RAM_CODE (Results 1 – 2 of 2) sorted by relevance
6525 !HW_HAS_WRITE_PHY_MCU_RAM_CODE(tp) || in rtl_ethtool_set_eee()22092 if (HW_HAS_WRITE_PHY_MCU_RAM_CODE(tp)) { in rtl8168_hw_phy_config()22380 if (HW_HAS_WRITE_PHY_MCU_RAM_CODE(tp)) { in rtl8168_hw_phy_config()22388 if (HW_HAS_WRITE_PHY_MCU_RAM_CODE(tp)) { in rtl8168_hw_phy_config()22467 if (HW_HAS_WRITE_PHY_MCU_RAM_CODE(tp)) { in rtl8168_hw_phy_config()22475 if (HW_HAS_WRITE_PHY_MCU_RAM_CODE(tp)) { in rtl8168_hw_phy_config()22483 if (HW_HAS_WRITE_PHY_MCU_RAM_CODE(tp)) { in rtl8168_hw_phy_config()22526 if (HW_HAS_WRITE_PHY_MCU_RAM_CODE(tp)) { in rtl8168_hw_phy_config()22534 if (HW_HAS_WRITE_PHY_MCU_RAM_CODE(tp)) { in rtl8168_hw_phy_config()22543 if (HW_HAS_WRITE_PHY_MCU_RAM_CODE(tp)) { in rtl8168_hw_phy_config()[all …]
1834 #define HW_HAS_WRITE_PHY_MCU_RAM_CODE(_M) (((_M)->HwHasWrRamCodeToMicroP == TRUE) ? 1 : 0) macro