Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii.c1023 *val = ph->phy_adv_1000_fdx; in mii_m_getstat()
1144 ph->phy_adv_1000_fdx = B_FALSE; in phy_loop()
1226 ph->phy_adv_1000_fdx = ph->phy_en_1000_fdx; in phy_start()
1259 if ((!ph->phy_adv_1000_fdx) && in phy_start()
1283 if ((ph->phy_adv_1000_fdx) || (ph->phy_adv_1000_hdx)) { in phy_start()
1291 if (ph->phy_adv_1000_fdx || ph->phy_adv_100_fdx || ph->phy_adv_10_fdx) { in phy_start()
1298 if (ph->phy_adv_1000_fdx) { in phy_start()
1325 if (ph->phy_adv_1000_fdx) { in phy_start()
1562 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