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

  /src/sys/dev/pci/
if_dgereg.h 156 #define RCTL_MPE 0x00000010
if_dge.c 2236 sc->sc_rctl &= ~(RCTL_BAM | RCTL_UPE | RCTL_MPE);
2292 sc->sc_rctl |= RCTL_MPE;
if_wmreg.h 772 #define RCTL_MPE __BIT(4) /* multicast promisc. enable */
if_wm.c 4471 sc->sc_rctl &= ~(RCTL_BAM | RCTL_UPE | RCTL_MPE);
4586 sc->sc_rctl |= RCTL_MPE;
16548 if (mreg & RCTL_MPE)
16842 CSR_WRITE(sc, WMREG_RCTL, CSR_READ(sc, WMREG_RCTL) | RCTL_MPE);

Completed in 28 milliseconds