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

  /src/sys/dev/pci/
if_dge.c 329 int sc_mchash_type; /* multicast filter offset */ member in struct:dge_softc
2024 sc->sc_mchash_type = 0;
2027 RCTL_CFF | RCTL_SECRC | RCTL_MO(sc->sc_mchash_type);
2215 hash = (enaddr[4] >> lo_shift[sc->sc_mchash_type]) |
2216 (((uint16_t) enaddr[5]) << hi_shift[sc->sc_mchash_type]);
if_wm.c 714 int sc_mchash_type; /* multicast filter offset */ member in struct:wm_softc
4389 hash = (enaddr[4] >> ich8_lo_shift[sc->sc_mchash_type]) |
4390 (((uint16_t)enaddr[5]) << ich8_hi_shift[sc->sc_mchash_type]);
4393 hash = (enaddr[4] >> lo_shift[sc->sc_mchash_type]) |
4394 (((uint16_t)enaddr[5]) << hi_shift[sc->sc_mchash_type]);
7513 sc->sc_mchash_type = 0;
7515 | __SHIFTIN(sc->sc_mchash_type, RCTL_MO);

Completed in 24 milliseconds