Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/net/
H A Dbridge_impl.h123 bridge_inst_t *bm_inst; member
/titanic_44/usr/src/uts/common/io/
H A Dbridge.c250 if ((bip = bmp->bm_inst) != NULL) in mac_to_inst()
595 ASSERT(bmp->bm_inst == NULL); in bmac_alloc()
596 bmp->bm_inst = bip; in bmac_alloc()
628 bnew->bm_inst = bip; in bmac_alloc()
660 bip = bmp->bm_inst; in bmac_disconnect()
662 bmp->bm_inst = NULL; in bmac_disconnect()
1473 if (bmp->bm_inst != NULL) in bridge_timer()