Searched refs:RXMODE_PROMISC (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.h242 #define RXMODE_PROMISC 0x01 macro
H A Dusbgem.c4180 dp->rxmode |= RXMODE_PROMISC;
4182 dp->rxmode &= ~RXMODE_PROMISC;
4799 dp->rxmode &= ~(RXMODE_PROMISC | RXMODE_ALLMULTI_REQ);
4803 dp->rxmode |= RXMODE_PROMISC;
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h325 #define RXMODE_PROMISC 0x01 macro
H A Dsfe.c717 if (dp->rxmode & RXMODE_PROMISC) {
842 if (dp->rxmode & RXMODE_PROMISC) {
H A Dsfe_util.c4214 dp->rxmode |= RXMODE_PROMISC;
4216 dp->rxmode &= ~RXMODE_PROMISC;
/illumos-gate/usr/src/uts/common/io/udmf/
H A Dudmf_usbgem.c320 } else if (dp->rxmode & RXMODE_PROMISC) {
/illumos-gate/usr/src/uts/common/io/upf/
H A Dupf_usbgem.c382 if (dp->rxmode & RXMODE_PROMISC) {
/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c335 if (dp->rxmode & RXMODE_PROMISC) {
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c547 if (dp->rxmode & RXMODE_PROMISC) {

Completed in 102 milliseconds