Home
last modified time | relevance | path

Searched refs:t1_rx_mode_promisc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dosdep.h102 #define t1_rx_mode_promisc(rmp) (rmp->chp->ch_flags & PEPROMISC) macro
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dixf1010.c273 if (!t1_rx_mode_promisc(rm) && mac->instance->version > 0) in mac_set_rx_mode()
275 if (!t1_rx_mode_promisc(rm) && !t1_rx_mode_allmulti(rm) in mac_set_rx_mode()
H A Dch_mac.c207 val |= V_MAC_PROMISC(t1_rx_mode_promisc(rm) != 0); in mac_set_rx_mode()
H A Dvsc7326.c465 if (t1_rx_mode_promisc(rm)) in mac_set_rx_mode()
H A Dpm3393.c488 if (t1_rx_mode_promisc(rm)) { in pm3393_set_rx_mode()