Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h982 uint16_t phy_an_exp; /* contents of PHY_AUTONEG_EXP */ member
H A De1000g_main.c6396 &Adapter->phy_an_exp); in e1000g_get_phy_state()
6457 (Adapter->phy_an_exp & NWAY_ER_LP_NWAY_CAPS) ? 1 : 0; in e1000g_get_phy_state()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5099 uint16_t phy_an_exp; in igb_get_phy_state() local
5111 (void) e1000_read_phy_reg(hw, PHY_AUTONEG_EXP, &phy_an_exp); in igb_get_phy_state()
5168 (phy_an_exp & NWAY_ER_LP_NWAY_CAPS) ? 1 : 0; in igb_get_phy_state()