Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mii/
H A Dmiipriv.h115 boolean_t phy_adv_aneg; member
H A Dmii.c694 *(uint8_t *)val = ph->phy_adv_aneg; in mii_m_getprop()
941 *val = !!(ph->phy_adv_aneg && ph->phy_lp_aneg); in mii_m_getstat()
1044 *val = ph->phy_adv_aneg; in mii_m_getstat()
1143 ph->phy_adv_aneg = B_FALSE; in phy_loop()
1225 ph->phy_adv_aneg = ph->phy_en_aneg; in phy_start()
1279 if (ph->phy_adv_aneg) { in phy_start()
H A Dmii_marvell.c446 if ((rv == 0) && (!ph->phy_adv_aneg)) { in mvphy_start()