HomeSort by: relevance | last modified time | path
    Searched defs:sc_rctl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_dge.c 327 uint32_t sc_rctl; /* prototype RCTL register */ member in struct:dge_softc
2026 sc->sc_rctl = RCTL_RXEN | RCTL_RDMTS_12 | RCTL_RPDA_MC |
2030 sc->sc_rctl |= RCTL_BSIZE_16k;
2034 sc->sc_rctl |= RCTL_BSIZE_2k;
2037 sc->sc_rctl |= RCTL_BSIZE_4k;
2040 sc->sc_rctl |= RCTL_BSIZE_8k;
2043 sc->sc_rctl |= RCTL_BSIZE_16k;
2236 sc->sc_rctl &= ~(RCTL_BAM | RCTL_UPE | RCTL_MPE);
2239 sc->sc_rctl |= RCTL_BAM;
2241 sc->sc_rctl |= RCTL_UPE
    [all...]
if_wm.c 703 uint32_t sc_rctl; /* prototype RCTL register */ member in struct:wm_softc
4471 sc->sc_rctl &= ~(RCTL_BAM | RCTL_UPE | RCTL_MPE);
4474 sc->sc_rctl |= RCTL_BAM;
4476 sc->sc_rctl |= RCTL_UPE;
4586 sc->sc_rctl |= RCTL_MPE;
4600 CSR_WRITE(sc, WMREG_RCTL, sc->sc_rctl);
5618 sc->sc_rctl &= ~RCTL_EN;
5983 if ((sc->sc_rctl & RCTL_EN) != 0)
7514 sc->sc_rctl = RCTL_EN | RCTL_LBM_NONE | RCTL_RDMTS_1_2 | RCTL_DPF
7519 sc->sc_rctl |= RCTL_DTYP_ONEBUF
    [all...]

Completed in 68 milliseconds