Home
last modified time | relevance | path

Searched refs:fe_mbg (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmac_flow_impl.h123 (flent->fe_mbg != NULL ? mac_bcast_grp_mip(flent->fe_mbg) : \
301 void *fe_mbg; /* WO */ member
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_flow.c826 ASSERT(flent->fe_mbg == NULL); in mac_flow_clean()
835 ASSERT((flent->fe_mbg == NULL && flent->fe_mcip != NULL) || in mac_flow_cleanup()
836 (flent->fe_mbg != NULL && flent->fe_mcip == NULL)); in mac_flow_cleanup()
842 if (flent->fe_mbg != NULL) { in mac_flow_cleanup()
845 mac_bcast_grp_free(flent->fe_mbg); in mac_flow_cleanup()
846 flent->fe_mbg = NULL; in mac_flow_cleanup()
850 ASSERT(flent->fe_mbg == NULL); in mac_flow_cleanup()
H A Dmac_bcast.c387 grp->mbg_flow_ent->fe_mbg = grp; in mac_bcast_add()
H A Dmac_client.c2914 ASSERT(flent->fe_refcnt == 1 && flent->fe_mbg == NULL && in mac_client_datapath_teardown()