Symbol: EFX_WORD_FIELD
sys/dev/sfxge/common/efx_mcdi.c
969
version[0] = EFX_WORD_FIELD(ver_words[0], EFX_WORD_0);
sys/dev/sfxge/common/efx_mcdi.c
970
version[1] = EFX_WORD_FIELD(ver_words[1], EFX_WORD_0);
sys/dev/sfxge/common/efx_mcdi.c
971
version[2] = EFX_WORD_FIELD(ver_words[2], EFX_WORD_0);
sys/dev/sfxge/common/efx_mcdi.c
972
version[3] = EFX_WORD_FIELD(ver_words[3], EFX_WORD_0);
sys/dev/sfxge/common/efx_mcdi.h
386
EFX_WORD_FIELD(*MCDI_OUT2(_emr, efx_word_t, _ofst), \
sys/dev/sfxge/common/efx_mcdi.h
390
EFX_WORD_FIELD(*MCDI_OUT2(_emr, efx_word_t, _ofst), \
sys/dev/sfxge/common/efx_tunnel.c
93
EFX_WORD_FIELD(flags, EFX_WORD_0));
sys/dev/sfxge/common/efx_vpd.c
392
length = EFX_WORD_FIELD(word, EFX_WORD_0);
sys/dev/sfxge/common/efx_vpd.c
933
EFX_WORD_FIELD(word, EFX_BYTE_0);
sys/dev/sfxge/common/efx_vpd.c
935
EFX_WORD_FIELD(word, EFX_BYTE_1);
sys/dev/sfxge/common/efx_vpd.c
942
data[offset - 2] = EFX_WORD_FIELD(word, EFX_BYTE_0);
sys/dev/sfxge/common/efx_vpd.c
943
data[offset - 1] = EFX_WORD_FIELD(word, EFX_BYTE_1);
sys/dev/sfxge/common/siena_nvram.c
355
hdr_length = EFX_WORD_FIELD(dcfg->length, EFX_WORD_0);
sys/dev/sfxge/common/siena_nvram.c
478
*subtypep = EFX_WORD_FIELD(fw_list[partn], EFX_WORD_0);
sys/dev/sfxge/common/siena_nvram.c
551
temp[0] = EFX_WORD_FIELD(verp->version_w, EFX_WORD_0);
sys/dev/sfxge/common/siena_nvram.c
552
temp[1] = EFX_WORD_FIELD(verp->version_x, EFX_WORD_0);
sys/dev/sfxge/common/siena_nvram.c
553
temp[2] = EFX_WORD_FIELD(verp->version_y, EFX_WORD_0);
sys/dev/sfxge/common/siena_nvram.c
554
temp[3] = EFX_WORD_FIELD(verp->version_z, EFX_WORD_0);
sys/dev/sfxge/common/siena_nvram.c
651
hdr_length = EFX_WORD_FIELD(dcfg->length, EFX_WORD_0);
sys/dev/sfxge/common/siena_vpd.c
554
hdr_length = EFX_WORD_FIELD(dcfg->length, EFX_WORD_0);
sys/dev/sfxge/common/siena_vpd.c
91
hdr_length = EFX_WORD_FIELD(scfg->length, EFX_WORD_0);