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

  /src/sys/dev/pci/
if_dge.c 2212 static const int hi_shift[4] = { 4, 5, 6, 8 }; local in function:dge_mchash
2216 (((uint16_t) enaddr[5]) << hi_shift[sc->sc_mchash_type]);
if_wm.c 4379 static const int hi_shift[4] = { 4, 5, 6, 8 }; local in function:wm_mchash
4394 (((uint16_t)enaddr[5]) << hi_shift[sc->sc_mchash_type]);

Completed in 24 milliseconds