Home
last modified time | relevance | path

Searched refs:mi_bcast_grp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_bcast.c335 last_grp = &mip->mi_bcast_grp; in mac_bcast_add()
516 prev = &mip->mi_bcast_grp; in mac_bcast_delete()
517 for (grp = mip->mi_bcast_grp; grp != NULL; prev = &grp->mbg_next, in mac_bcast_delete()
H A Dmac.c587 ASSERT(mip->mi_bcast_ngrps == 0 && mip->mi_bcast_grp == NULL); in i_mac_destructor()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_impl.h494 struct mac_bcast_grp_s *mi_bcast_grp; /* mi_rw_lock */ member