Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dbridge.c293 mac_link_redo(bmp->bm_mh, bmp->bm_linkstate); in link_sdu_fail()
479 (void) mac_maxsdu_update(bmp->bm_mh, maxsdu); in bridge_m_setprop()
620 err = mac_register(mac, &bnew->bm_mh); in bmac_alloc()
641 mac_no_active(bnew->bm_mh); in bmac_alloc()
657 mac_link_redo(bmp->bm_mh, LINK_STATE_DOWN); in bmac_disconnect()
784 err = dls_devnet_create(bmp->bm_mh, linkid, crgetzoneid(cred)); in bridge_create()
790 bip->bi_dev = makedevice(bridge_major, mac_minor(bmp->bm_mh)); in bridge_create()
1477 err = dls_devnet_destroy(bmp->bm_mh, &tmpid, B_FALSE); in bridge_timer()
1484 err = mac_unregister(bmp->bm_mh); in bridge_timer()
2199 (void) mac_maxsdu_update(bmp->bm_mh, maxsdu); in bridge_notify_cb()
[all …]
/titanic_41/usr/src/uts/common/net/
H A Dbridge_impl.h122 mac_handle_t bm_mh; member