Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_mac.c489 all_unicst = (smp->sm_promisc == SFXGE_PROMISC_ALL_PHYS); in sfxge_mac_filter_apply()
491 all_mulcst = (smp->sm_promisc >= SFXGE_PROMISC_ALL_MULTI); in sfxge_mac_filter_apply()
878 if (smp->sm_promisc == promisc) in sfxge_mac_promisc_set()
881 smp->sm_promisc = promisc; in sfxge_mac_promisc_set()
1031 smp->sm_promisc = SFXGE_PROMISC_OFF; in sfxge_mac_fini()
H A Dsfxge.h123 sfxge_promisc_type_t sm_promisc; member