Searched refs:ex_miih (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 557 sc->ex_miih = mii_alloc(sc, sc->ex_dip, &ex_mii_ops); in elxl_attach() 558 if (sc->ex_miih == NULL) { in elxl_attach() 568 mii_set_pauseable(sc->ex_miih, B_FALSE, B_FALSE); in elxl_attach() 885 if (sc->ex_miih) { in elxl_set_media() 1350 if (sc->ex_miih) { in elxl_m_start() 1351 mii_start(sc->ex_miih); in elxl_m_start() 1361 if (sc->ex_miih) { in elxl_m_stop() 1362 mii_stop(sc->ex_miih); in elxl_m_stop() 1401 rv = mii_m_getprop(sc->ex_miih, name, num, sz, val); in elxl_m_getprop() 1473 rv = mii_m_setprop(sc->ex_miih, name, num, sz, val); in elxl_m_setprop() [all …]
|
H A D | elxl.h | 461 mii_handle_t ex_miih; member
|