Home
last modified time | relevance | path

Searched defs:siena_mc_dynamic_config_hdr_s (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sfxge/common/
H A Dsiena_flash.h182 typedef struct siena_mc_dynamic_config_hdr_s { /* GENERATED BY scripts/genfwdef */ struct
183 efx_dword_t magic; /* = SIENA_MC_DYNAMIC_CONFIG_MAGIC */
184 efx_word_t length; /* of header area (i.e. not including VPD) */
185 efx_byte_t version;
186 efx_byte_t csum; /* over header area (i.e. not including VPD) */
187 efx_dword_t dynamic_vpd_offset;
188 efx_dword_t dynamic_vpd_length;
189 efx_dword_t num_fw_version_items;
190 siena_mc_fw_version_t fw_version[];