Home
last modified time | relevance | path

Searched refs:gphy_version (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_phy.c787 u16 gphy_version = 0; in igc_read_phy_fw_version() local
791 ret_val = phy->ops.read_reg(hw, IGC_GPHY_VERSION, &gphy_version); in igc_read_phy_fw_version()
795 return gphy_version; in igc_read_phy_fw_version()
H A Digc_ethtool.c137 u16 gphy_version; in igc_ethtool_get_drvinfo() local
145 gphy_version = igc_read_phy_fw_version(hw); in igc_ethtool_get_drvinfo()
151 gphy_version); in igc_ethtool_get_drvinfo()