Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c296 mac_link_redo(bmp->bm_mh, bmp->bm_linkstate); in link_sdu_fail()
482 (void) mac_maxsdu_update(bmp->bm_mh, maxsdu); in bridge_m_setprop()
623 err = mac_register(mac, &bnew->bm_mh); in bmac_alloc()
644 mac_no_active(bnew->bm_mh); in bmac_alloc()
660 mac_link_redo(bmp->bm_mh, LINK_STATE_DOWN); in bmac_disconnect()
1487 err = mac_unregister(bmp->bm_mh); in bridge_timer()
2378 mac_rx(bmp->bm_mh, NULL, mp); in bridge_recv_cb()
2432 mac_rx(bmp->bm_mh, NULL, mpcopy); in bridge_recv_cb()
2492 mac_rx(bmp->bm_mh, NULL, mp); in bridge_xmit_cb()
2520 mac_rx(bmp->bm_mh, NULL, mpcopy); in bridge_xmit_cb()
[all …]
/illumos-gate/usr/src/uts/common/net/
H A Dbridge_impl.h122 mac_handle_t bm_mh; member