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

  /src/sys/dev/pci/
if_dge.c 2211 static const int lo_shift[4] = { 4, 3, 2, 0 }; local in function:dge_mchash
2215 hash = (enaddr[4] >> lo_shift[sc->sc_mchash_type]) |
if_wm.c 4378 static const int lo_shift[4] = { 4, 3, 2, 0 }; local in function:wm_mchash
4393 hash = (enaddr[4] >> lo_shift[sc->sc_mchash_type]) |

Completed in 59 milliseconds