efx_dword_t
efx_dword_t dword;
efx_dword_t dword;
efx_dword_t dword;
efx_dword_t dword;
for (pos = 0; pos < hdr_len; pos += sizeof (efx_dword_t)) {
dword = *(efx_dword_t *)((uint8_t *)hdrp + pos);
for (pos = 0; pos < sdu_len; pos += sizeof (efx_dword_t)) {
dword = *(efx_dword_t *)((uint8_t *)sdup + pos);
efx_dword_t hdr;
efx_dword_t data;
for (pos = 0; pos < length; pos += sizeof (efx_dword_t)) {
efx_dword_t dword;
efx_dword_t dword;
efx_dword_t dword;
efx_dword_t dword;
efx_dword_t dword;
(2 * sizeof (efx_dword_t)) + \
(3 * sizeof (efx_dword_t)) + \
efx_dword_t dword;
EFX_DWORD_FIELD(*MCDI_OUT(req, efx_dword_t, ofst),
ofst += sizeof (efx_dword_t);
__out_opt efx_dword_t *capabilitiesp,
*capabilitiesp = *MCDI_OUT2(req, efx_dword_t,
*capabilitiesp = *MCDI_OUT2(req, efx_dword_t,
efx_dword_t hdr[2];
efx_dword_t hdr[2];
efx_dword_t err[2];
if (err_len >= (MC_CMD_ERR_CODE_OFST + sizeof (efx_dword_t)))
if (err_len >= (MC_CMD_ERR_ARG_OFST + sizeof (efx_dword_t)))
efx_dword_t hdr[2];
__out_opt efx_dword_t *capabilitiesp,
EFX_POPULATE_DWORD_1(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
EFX_SET_DWORD_FIELD(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
EFX_POPULATE_DWORD_1(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
EFX_POPULATE_DWORD_2(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
EFX_POPULATE_DWORD_3(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
EFX_POPULATE_DWORD_4(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
EFX_POPULATE_DWORD_5(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
EFX_POPULATE_DWORD_6(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
EFX_POPULATE_DWORD_7(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
EFX_POPULATE_DWORD_8(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
EFX_POPULATE_DWORD_9(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
EFX_POPULATE_DWORD_10(*MCDI_IN2(_emr, efx_dword_t, _ofst), \
EFX_DWORD_FIELD(*MCDI_OUT2(_emr, efx_dword_t, _ofst), \
EFX_DWORD_FIELD(*MCDI_OUT2(_emr, efx_dword_t, _ofst), \
efx_dword_t dword;
efx_dword_t dword;
efx_dword_t eq_dword[2];
efx_dword_t eo_dword[4];
efx_dword_t *dwordp;
dwordp = MCDI_IN2(req, efx_dword_t,
efx_dword_t dword;
efx_dword_t magic; /* = SIENA_MC_BOOT_MAGIC */
efx_dword_t firmware_text_offset; /* offset to firmware .text */
efx_dword_t firmware_text_size; /* length of firmware .text, in bytes */
efx_dword_t firmware_data_offset; /* offset to firmware .data */
efx_dword_t firmware_data_size; /* length of firmware .data, in bytes */
efx_dword_t reserved_c[7]; /* (set to 0) */
efx_dword_t magic; /* = SIENA_MC_STATIC_CONFIG_MAGIC */
efx_dword_t static_vpd_offset;
efx_dword_t static_vpd_length;
efx_dword_t capabilities;
efx_dword_t reserved2[1]; /* (write as zero) */
efx_dword_t num_dbi_items;
efx_dword_t value;
efx_dword_t fw_subtype;
efx_dword_t magic; /* = SIENA_MC_DYNAMIC_CONFIG_MAGIC */
efx_dword_t dynamic_vpd_offset;
efx_dword_t dynamic_vpd_length;
efx_dword_t num_fw_version_items;
efx_dword_t magic; /* = SIENA_MC_EXPROM_COMBO_MAGIC or SIENA_MC_EXPROM_COMBO_V2_MAGIC */
efx_dword_t len1; /* length of first image */
efx_dword_t len2; /* length of second image */
efx_dword_t off1; /* offset of first byte to edit to combine images */
efx_dword_t off2; /* offset of second byte to edit to combine images */
efx_dword_t len1; /* length of first image */
efx_dword_t len2; /* length of second image */
efx_dword_t off1; /* offset of first byte to edit to combine images */
efx_dword_t off2; /* offset of second byte to edit to combine images */
efx_dword_t magic;
efx_dword_t no_of_blobs;
efx_dword_t magic;
efx_dword_t cpu_type;
efx_dword_t build_variant;
efx_dword_t offset;
efx_dword_t length;
efx_dword_t checksum;
efx_dword_t dword;
efx_dword_t hdr;
efx_dword_t data;
for (pos = 0; pos < length; pos += sizeof (efx_dword_t)) {
efx_dword_t dword;
EFSYS_ASSERT3U(hdr_len, ==, sizeof (efx_dword_t));
dword = *(efx_dword_t *)hdrp;
for (pos = 0; pos < sdu_len; pos += sizeof (efx_dword_t)) {
dword = *(efx_dword_t *)((uint8_t *)sdup + pos);
efx_dword_t capabilities;
efx_dword_t dword; \
efx_dword_t dword;
efx_dword_t dword;
ASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t))); \
ASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t))); \
ASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t))); \
ASSERT(IS_P2ALIGNED(_offset, sizeof (efx_dword_t))); \