Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/hme/
H A Dhme.c1190 mii_resume(hmep->hme_mii); in hmeattach()
1490 hmep->hme_mii = mii_alloc(hmep, dip, &hme_mii_ops); in hmeattach()
1491 if (hmep->hme_mii == NULL) { in hmeattach()
1497 mii_probe(hmep->hme_mii); in hmeattach()
1531 if (hmep->hme_mii) in hmeattach()
1532 mii_free(hmep->hme_mii); in hmeattach()
1582 mii_suspend(hmep->hme_mii); in hmedetach()
1605 if (hmep->hme_mii) in hmedetach()
1606 mii_free(hmep->hme_mii); in hmedetach()
1913 rv = mii_m_getprop(hmep->hme_mii, name, num, sz, val); in hme_m_getprop()
[all …]
H A Dhme.h75 mii_handle_t hme_mii; member