Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_stat.c885 uint16_t phy_low, phy_high; in e1000g_read_phy_stat() local
895 (void) e1000_read_phy_reg(hw, HV_SCC_LOWER, &phy_low); in e1000g_read_phy_stat()
896 val = ((uint32_t)phy_high << 16) | (uint32_t)phy_low; in e1000g_read_phy_stat()
901 (void) e1000_read_phy_reg(hw, HV_MCC_LOWER, &phy_low); in e1000g_read_phy_stat()
902 val = ((uint32_t)phy_high << 16) | (uint32_t)phy_low; in e1000g_read_phy_stat()
907 (void) e1000_read_phy_reg(hw, HV_ECOL_LOWER, &phy_low); in e1000g_read_phy_stat()
908 val = ((uint32_t)phy_high << 16) | (uint32_t)phy_low; in e1000g_read_phy_stat()
913 (void) e1000_read_phy_reg(hw, HV_COLC_LOWER, &phy_low); in e1000g_read_phy_stat()
914 val = ((uint32_t)phy_high << 16) | (uint32_t)phy_low; in e1000g_read_phy_stat()
921 &phy_low); in e1000g_read_phy_stat()
[all …]