Searched refs:eepdata (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c247 uint16_t *eepdata, temp, magic, magic2; local
267 eepdata = (uint16_t *)(&ahp->ah_eeprom);
271 temp = swab16(*eepdata);
272 *eepdata = temp;
273 eepdata++;
276 "0x%04X ", *eepdata));
305 eepdata = (uint16_t *)(&ahp->ah_eeprom);
308 sum ^= *eepdata++;
377 uint16_t *eepdata, temp, magic, magic2; local
400 eepdata
[all...]

Completed in 47 milliseconds