Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dgld.c2789 gld->gld_flags & GLD_PROM_PHYS ? "phys " : " ", in gld_sendup_vlan()
2998 if (gld->gld_flags & GLD_PROM_PHYS) in gld_accept()
3075 return (gld->gld_flags & GLD_PROM_PHYS && in gld_paccept()
4750 phys_off = (gld->gld_flags & GLD_PROM_PHYS && in gldunattach()
4767 if (gld->gld_flags & GLD_PROM_PHYS) in gldunattach()
4776 gld->gld_flags &= ~(GLD_PROM_PHYS | GLD_PROM_SAP | GLD_PROM_MULT); in gldunattach()
5166 if (!(gld->gld_flags & GLD_PROM_PHYS)) in gld_promisc()
5216 gld->gld_flags |= GLD_PROM_PHYS; in gld_promisc()
5239 gld->gld_flags &= ~GLD_PROM_PHYS; 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.h135 #define GLD_PROM_PHYS 0x0004 /* stream is in physical promiscuous mode */ macro