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