Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dbridge_impl.h123 bridge_inst_t *bm_inst; member
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c253 if ((bip = bmp->bm_inst) != NULL) in mac_to_inst()
598 ASSERT(bmp->bm_inst == NULL); in bmac_alloc()
599 bmp->bm_inst = bip; in bmac_alloc()
631 bnew->bm_inst = bip; in bmac_alloc()
663 bip = bmp->bm_inst; in bmac_disconnect()
665 bmp->bm_inst = NULL; in bmac_disconnect()
1476 if (bmp->bm_inst != NULL) in bridge_timer()