Searched refs:efx_word_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | siena_flash.h | 108 efx_word_t hdr_version; /* this structure definition is version 1 */ 113 efx_word_t checksum; /* of whole header area + firmware image */ 114 efx_word_t firmware_version_d; 123 …efx_word_t xpm_sector; /* The sector that contains the key, or 0xffff if unsigned (medford) SBZ (… 135 efx_word_t length; /* of header area (i.e. not including VPD) */ 144 efx_word_t mac_addr_count; 145 efx_word_t mac_addr_stride; 146 efx_word_t calibrated_vref; /* Vref as measured during production */ 147 efx_word_t adc_vref; /* Vref as read by ADC */ 151 efx_word_t addr; [all …]
|
H A D | siena_nvram.c | 436 efx_word_t *fw_list; in siena_nvram_get_subtype() 460 (partn + 1) * sizeof (efx_word_t)) { in siena_nvram_get_subtype() 465 fw_list = MCDI_OUT2(req, efx_word_t, in siena_nvram_get_subtype()
|
H A D | efx_mcdi.h | 248 EFX_POPULATE_WORD_1(*MCDI_IN2(_emr, efx_word_t, _ofst), \ 373 EFX_WORD_FIELD(*MCDI_OUT2(_emr, efx_word_t, _ofst), \
|
H A D | efx_vpd.c | 345 efx_word_t word; in efx_vpd_next_tag() 788 efx_word_t word; in efx_vpd_hunk_set()
|
H A D | efx_types.h | 192 } efx_word_t; typedef 201 efx_word_t ed_word[2]; 214 efx_word_t eq_word[4]; 231 efx_word_t eo_word[8];
|
H A D | efx_mcdi.c | 903 efx_word_t *ver_words; 938 ver_words = MCDI_OUT2(req, efx_word_t, GET_VERSION_OUT_VERSION);
|