Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/mii/
H A Dmii.c1019 *val = ph->phy_adv_1000_fdx; in mii_m_getstat()
1140 ph->phy_adv_1000_fdx = B_FALSE; in phy_loop()
1222 ph->phy_adv_1000_fdx = ph->phy_en_1000_fdx; in phy_start()
1255 if ((!ph->phy_adv_1000_fdx) && in phy_start()
1279 if ((ph->phy_adv_1000_fdx) || (ph->phy_adv_1000_hdx)) { in phy_start()
1287 if (ph->phy_adv_1000_fdx || ph->phy_adv_100_fdx || ph->phy_adv_10_fdx) { in phy_start()
1294 if (ph->phy_adv_1000_fdx) { in phy_start()
1321 if (ph->phy_adv_1000_fdx) { in phy_start()
1558 if (ph->phy_adv_1000_fdx && ph->phy_lp_1000_fdx) { in phy_check()
H A Dmiipriv.h122 boolean_t phy_adv_1000_fdx; member