Searched refs:macHi (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
2671 macHi = (mac[5] << 8) | mac[4];
2677 macLo |= (macHi & 1) << 31;
2678 macHi >>= 1;
2680 macLo = macHi = 0;
2683 REG_WRITE(ah, AR_KEYTABLE_MAC1(entry), macHi | AR_KEYTABLE_VALID);

Completed in 64 milliseconds