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 in struct:bridge_mac_s
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c242 * bm_inst doesn't slide out from under us.
250 if ((bip = bmp->bm_inst) != NULL)
595 ASSERT(bmp->bm_inst == NULL);
596 bmp->bm_inst = bip;
628 bnew->bm_inst = bip;
660 bip = bmp->bm_inst;
662 bmp->bm_inst = NULL;
780 * bm_inst is set, so the timer cannot yank the DLS rug from under us.
1473 if (bmp->bm_inst != NULL)

Completed in 192 milliseconds