Searched refs:efx_word_t (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/sfxge/common/ |
H A D | siena_flash.h | 109 efx_word_t hdr_version; /* this structure definition is version 1 */ 114 efx_word_t checksum; /* of whole header area + firmware image */ 115 efx_word_t firmware_version_d; 127 efx_word_t xpm_sector; /* XPM (MEDFORD and later): The sector that contains */ 149 efx_word_t length; /* of header area (i.e. not including VPD) */ 158 efx_word_t mac_addr_count; 159 efx_word_t mac_addr_stride; 160 efx_word_t calibrated_vref; /* Vref as measured during production */ 161 efx_word_t adc_vref; /* Vref as read by ADC */ 165 efx_word_t addr; [all …]
|
H A D | efx_mcdi.h | 261 EFX_POPULATE_WORD_1(*MCDI_IN2(_emr, efx_word_t, _ofst), \ 386 EFX_WORD_FIELD(*MCDI_OUT2(_emr, efx_word_t, _ofst), \ 390 EFX_WORD_FIELD(*MCDI_OUT2(_emr, efx_word_t, _ofst), \
|
H A D | siena_nvram.c | 448 efx_word_t *fw_list; in siena_nvram_get_subtype() 471 (partn + 1) * sizeof (efx_word_t)) { in siena_nvram_get_subtype() 476 fw_list = MCDI_OUT2(req, efx_word_t, in siena_nvram_get_subtype()
|
H A D | efx_vpd.c | 358 efx_word_t word; in efx_vpd_next_tag() 800 efx_word_t word; in efx_vpd_hunk_set()
|
H A D | efx_tunnel.c | 72 efx_word_t flags; in efx_mcdi_set_tunnel_encap_udp_ports()
|
H A D | efx_types.h | 195 } efx_word_t; typedef 204 efx_word_t ed_word[2]; 217 efx_word_t eq_word[4]; 234 efx_word_t eo_word[8];
|
H A D | efx_mcdi.c | 934 efx_word_t *ver_words; 968 ver_words = MCDI_OUT2(req, efx_word_t, GET_VERSION_OUT_VERSION);
|