Symbol: ar5416_eeprom_def
usr/src/uts/common/io/arn/arn_eeprom.c
1032
struct ar5416_eeprom_def *pEepData = &ahp->ah_eeprom.def;
usr/src/uts/common/io/arn/arn_eeprom.c
1284
struct ar5416_eeprom_def *pEepData = &ahp->ah_eeprom.def;
usr/src/uts/common/io/arn/arn_eeprom.c
1820
struct ar5416_eeprom_def *pEepData = &ahp->ah_eeprom.def;
usr/src/uts/common/io/arn/arn_eeprom.c
207
#define SIZE_EEPROM_DEF (sizeof (struct ar5416_eeprom_def) / sizeof (uint16_t))
usr/src/uts/common/io/arn/arn_eeprom.c
209
struct ar5416_eeprom_def *eep = &ahp->ah_eeprom.def;
usr/src/uts/common/io/arn/arn_eeprom.c
2105
struct ar5416_eeprom_def *eep = &ahp->ah_eeprom.def;
usr/src/uts/common/io/arn/arn_eeprom.c
2202
struct ar5416_eeprom_def *eep = &ahp->ah_eeprom.def;
usr/src/uts/common/io/arn/arn_eeprom.c
245
struct ar5416_eeprom_def *eep =
usr/src/uts/common/io/arn/arn_eeprom.c
246
(struct ar5416_eeprom_def *)&ahp->ah_eeprom.def;
usr/src/uts/common/io/arn/arn_eeprom.c
2636
struct ar5416_eeprom_def *eep = &ahp->ah_eeprom.def;
usr/src/uts/common/io/arn/arn_eeprom.c
265
size = sizeof (struct ar5416_eeprom_def);
usr/src/uts/common/io/arn/arn_eeprom.c
2714
struct ar5416_eeprom_def *eep = &ahp->ah_eeprom.def;
usr/src/uts/common/io/arn/arn_eeprom.c
2832
struct ar5416_eeprom_def *eep = &ahp->ah_eeprom.def;
usr/src/uts/common/io/arn/arn_eeprom.c
300
if (el > sizeof (struct ar5416_eeprom_def))
usr/src/uts/common/io/arn/arn_eeprom.c
301
el = sizeof (struct ar5416_eeprom_def) / sizeof (uint16_t);
usr/src/uts/common/io/arn/arn_eeprom.c
430
if (el > sizeof (struct ar5416_eeprom_def))
usr/src/uts/common/io/arn/arn_hw.c
1355
struct ar5416_eeprom_def *pEepData,
usr/src/uts/common/io/arn/arn_hw.c
1395
ath9k_hw_ini_fixup(struct ath_hal *ah, struct ar5416_eeprom_def *pEepData,
usr/src/uts/common/io/arn/arn_hw.c
51
struct ar5416_eeprom_def *pEepData,
usr/src/uts/common/io/arn/arn_hw.h
835
struct ar5416_eeprom_def def;