Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dgld.c2791 gld->gld_flags & GLD_PROM_MULT ? "multi" : " "); in gld_sendup_vlan()
3020 if (gld->gld_flags & GLD_PROM_MULT) in gld_mcmatch()
4752 mult_off = (gld->gld_flags & GLD_PROM_MULT && in gldunattach()
4769 if (gld->gld_flags & GLD_PROM_MULT) in gldunattach()
4776 gld->gld_flags &= ~(GLD_PROM_PHYS | GLD_PROM_SAP | GLD_PROM_MULT); in gldunattach()
5176 if (!(gld->gld_flags & GLD_PROM_MULT)) in gld_promisc()
5222 gld->gld_flags |= GLD_PROM_MULT; in gld_promisc()
5245 gld->gld_flags &= ~GLD_PROM_MULT; in gld_promisc()
5887 (GLD_PROM_PHYS|GLD_PROM_MULT|GLD_PROM_SAP))); in gld_check_assertions()
/titanic_41/usr/src/uts/common/sys/
H A Dgldpriv.h137 #define GLD_PROM_MULT 0x0010 macro