Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/iprb/
H A Diprb.c340 if ((ip->miih = mii_alloc(ip, dip, &iprb_mii_ops)) == NULL) { in iprb_attach()
346 mii_set_pauseable(ip->miih, B_TRUE, B_FALSE); in iprb_attach()
514 if (ip->miih) in iprb_destroy()
515 mii_free(ip->miih); in iprb_destroy()
862 PUTCB8(cb, CB_CONFIG_OFFSET + 8, (ip->miih ? 0x1 : 0)); in iprb_set_config()
870 (ip->miih ? 0x80 : 0) | (ip->promisc ? 0x1 : 0) | 0x48); in iprb_set_config()
1297 if (ip->miih) in iprb_m_start()
1298 mii_start(ip->miih); in iprb_m_start()
1311 if (ip->miih) { in iprb_m_stop()
1312 mii_stop(ip->miih); in iprb_m_stop()
[all …]
H A Diprb.h58 mii_handle_t miih; member