Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dgld.h222 #define GLD_MAC_PROMISC_NONE 0 /* promiscuous mode(s) OFF */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c4461 op = (mac_pvt->nprom_multi == 0) ? GLD_MAC_PROMISC_NONE : in gldunattach()
4464 op = (mac_pvt->nprom == 0) ? GLD_MAC_PROMISC_NONE : in gldunattach()
4877 op = GLD_MAC_PROMISC_NONE; in gld_promisc()
4885 op = GLD_MAC_PROMISC_NONE; in gld_promisc()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c1564 case GLD_MAC_PROMISC_NONE: in ch_set_promiscuous()