Searched defs:macLo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c2662 uint32_t macHi, macLo; local
2672 macLo = (mac[3] << 24) |
2676 macLo >>= 1;
2677 macLo |= (macHi & 1) << 31;
2680 macLo = macHi = 0;
2682 REG_WRITE(ah, AR_KEYTABLE_MAC0(entry), macLo);

Completed in 81 milliseconds