HomeSort by: relevance | last modified time | path
    Searched refs:RCTL_UPE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
if_dgereg.h 155 #define RCTL_UPE 0x00000008
if_dge.c 2236 sc->sc_rctl &= ~(RCTL_BAM | RCTL_UPE | RCTL_MPE);
2241 sc->sc_rctl |= RCTL_UPE;
if_wmreg.h 771 #define RCTL_UPE __BIT(3) /* unicast promisc. enable */
if_wm.c 4471 sc->sc_rctl &= ~(RCTL_BAM | RCTL_UPE | RCTL_MPE);
4476 sc->sc_rctl |= RCTL_UPE;
16546 if (mreg & RCTL_UPE)

Completed in 27 milliseconds