Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dgld.c2517 gld->gld_flags & GLD_PROM_PHYS ? "phys " : " ", in gld_sendup_vlan()
2726 if (gld->gld_flags & GLD_PROM_PHYS) in gld_accept()
2803 return (gld->gld_flags & GLD_PROM_PHYS && in gld_paccept()
4455 phys_off = (gld->gld_flags & GLD_PROM_PHYS && in gldunattach()
4472 if (gld->gld_flags & GLD_PROM_PHYS) in gldunattach()
4481 gld->gld_flags &= ~(GLD_PROM_PHYS | GLD_PROM_SAP | GLD_PROM_MULT); in gldunattach()
4871 if (!(gld->gld_flags & GLD_PROM_PHYS)) in gld_promisc()
4921 gld->gld_flags |= GLD_PROM_PHYS; in gld_promisc()
4944 gld->gld_flags &= ~GLD_PROM_PHYS; in gld_promisc()
5592 (GLD_PROM_PHYS|GLD_PROM_MULT|GLD_PROM_SAP))); in gld_check_assertions()
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h134 #define GLD_PROM_PHYS 0x0004 /* stream is in physical promiscuous mode */ macro