Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mii/
H A Dmii.c539 if ((!mh->m_started) || (!ph->phy_present) || in mii_set_loopback()
1413 ph->phy_present = B_FALSE; in phy_check()
1671 ph->phy_present = B_FALSE; in _mii_probe_phy()
1681 ph->phy_present = B_TRUE; in _mii_probe_phy()
1842 if (!ph->phy_present) in _mii_probe()
1916 if (!ph->phy_present) in _mii_reset()
1928 ASSERT(ph->phy_present); in _mii_reset()
1990 ASSERT(ph->phy_present); in _mii_start()
2018 ASSERT(ph->phy_present); in _mii_check()
2083 if (!ph->phy_present) { in _mii_task()
H A Dmiipriv.h49 boolean_t phy_present; member