Searched refs:RCTL_UPE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_dgereg.h155 #define RCTL_UPE 0x00000008 macro
H A Dif_dge.c2236 sc->sc_rctl &= ~(RCTL_BAM | RCTL_UPE | RCTL_MPE);
2241 sc->sc_rctl |= RCTL_UPE;
H A Dif_wmreg.h771 #define RCTL_UPE __BIT(3) /* unicast promisc. enable */ macro
H A Dif_wm.c4471 sc->sc_rctl &= ~(RCTL_BAM | RCTL_UPE | RCTL_MPE);
4476 sc->sc_rctl |= RCTL_UPE;
16545 if (mreg & RCTL_UPE)

Completed in 260 milliseconds