Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h981 uint16_t phy_an_exp; /* contents of PHY_AUTONEG_EXP */ member
H A De1000g_main.c6354 &Adapter->phy_an_exp); in e1000g_get_phy_state()
6415 (Adapter->phy_an_exp & NWAY_ER_LP_NWAY_CAPS) ? 1 : 0; in e1000g_get_phy_state()
/titanic_50/usr/src/uts/common/io/igb/
H A Digb_main.c5054 uint16_t phy_an_exp; in igb_get_phy_state() local
5066 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_EXP, &phy_an_exp); in igb_get_phy_state()
5123 (phy_an_exp & NWAY_ER_LP_NWAY_CAPS) ? 1 : 0; in igb_get_phy_state()