Home | Sort by: relevance | last modified time | path |
/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]) | |