Symbol: EFX_OWORD_FIELD
usr/src/uts/common/io/sfxge/common/efx_intr.c
423
} while (EFX_OWORD_FIELD(oword, FRF_AZ_KER_INT_KER) && ++count < 1000);
usr/src/uts/common/io/sfxge/common/efx_intr.c
447
if (EFX_OWORD_FIELD(oword, FSF_AZ_NET_IVEC_FATAL_INT) != 0) {
usr/src/uts/common/io/sfxge/common/efx_intr.c
516
if (EFX_OWORD_FIELD(fatal, FRF_AZ_SRM_PERR_INT_KER) != 0 ||
usr/src/uts/common/io/sfxge/common/efx_intr.c
517
EFX_OWORD_FIELD(fatal, FRF_AZ_MEM_PERR_INT_KER) != 0)
usr/src/uts/common/io/sfxge/common/efx_intr.c
520
if (EFX_OWORD_FIELD(fatal, FRF_AZ_SRAM_OOB_INT_KER) != 0)
usr/src/uts/common/io/sfxge/common/efx_intr.c
523
if (EFX_OWORD_FIELD(fatal, FRF_AZ_BUFID_DC_OOB_INT_KER) != 0)
usr/src/uts/common/io/sfxge/common/efx_intr.c
526
if (EFX_OWORD_FIELD(fatal, FRF_AZ_MEM_PERR_INT_KER) != 0)
usr/src/uts/common/io/sfxge/common/efx_intr.c
528
EFX_OWORD_FIELD(mem_per, EFX_DWORD_0),
usr/src/uts/common/io/sfxge/common/efx_intr.c
529
EFX_OWORD_FIELD(mem_per, EFX_DWORD_1));
usr/src/uts/common/io/sfxge/common/efx_intr.c
531
if (EFX_OWORD_FIELD(fatal, FRF_AZ_RBUF_OWN_INT_KER) != 0)
usr/src/uts/common/io/sfxge/common/efx_intr.c
534
if (EFX_OWORD_FIELD(fatal, FRF_AZ_TBUF_OWN_INT_KER) != 0)
usr/src/uts/common/io/sfxge/common/efx_intr.c
537
if (EFX_OWORD_FIELD(fatal, FRF_AZ_RDESCQ_OWN_INT_KER) != 0)
usr/src/uts/common/io/sfxge/common/efx_intr.c
540
if (EFX_OWORD_FIELD(fatal, FRF_AZ_TDESCQ_OWN_INT_KER) != 0)
usr/src/uts/common/io/sfxge/common/efx_intr.c
543
if (EFX_OWORD_FIELD(fatal, FRF_AZ_EVQ_OWN_INT_KER) != 0)
usr/src/uts/common/io/sfxge/common/efx_intr.c
546
if (EFX_OWORD_FIELD(fatal, FRF_AZ_EVF_OFLO_INT_KER) != 0)
usr/src/uts/common/io/sfxge/common/efx_intr.c
549
if (EFX_OWORD_FIELD(fatal, FRF_AZ_ILL_ADR_INT_KER) != 0)
usr/src/uts/common/io/sfxge/common/efx_intr.c
552
if (EFX_OWORD_FIELD(fatal, FRF_AZ_SRM_PERR_INT_KER) != 0)
usr/src/uts/common/io/sfxge/common/efx_intr.c
554
EFX_OWORD_FIELD(mem_per, EFX_DWORD_0),
usr/src/uts/common/io/sfxge/common/efx_intr.c
555
EFX_OWORD_FIELD(mem_per, EFX_DWORD_1));
usr/src/uts/common/io/sfxge/common/efx_nic.c
129
if (EFX_OWORD_FIELD(oword, FRF_AZ_DRIVER_DW0) != EFX_BIU_MAGIC0) {
usr/src/uts/common/io/sfxge/common/efx_nic.c
135
if (EFX_OWORD_FIELD(oword, FRF_AZ_DRIVER_DW0) != EFX_BIU_MAGIC1) {
usr/src/uts/common/io/sfxge/common/efx_nic.c
152
if (EFX_OWORD_FIELD(oword, FRF_AZ_DRIVER_DW0) != EFX_BIU_MAGIC1) {
usr/src/uts/common/io/sfxge/common/efx_nic.c
158
if (EFX_OWORD_FIELD(oword, FRF_AZ_DRIVER_DW0) != EFX_BIU_MAGIC0) {
usr/src/uts/common/io/sfxge/common/efx_rx.c
1059
EFX_DWORD_0, EFX_OWORD_FIELD(oword, EFX_DWORD_3));
usr/src/uts/common/io/sfxge/common/efx_rx.c
925
if (EFX_OWORD_FIELD(oword, FRF_BZ_IT_QUEUE) != byte) {
usr/src/uts/common/io/sfxge/common/efx_tx.c
783
EFX_DWORD_0, EFX_OWORD_FIELD(oword, EFX_DWORD_3));
usr/src/uts/common/io/sfxge/common/efx_tx.c
869
uint32_t, EFX_OWORD_FIELD(oword, EFX_DWORD_3),
usr/src/uts/common/io/sfxge/common/efx_tx.c
870
uint32_t, EFX_OWORD_FIELD(oword, EFX_DWORD_2),
usr/src/uts/common/io/sfxge/common/efx_tx.c
871
uint32_t, EFX_OWORD_FIELD(oword, EFX_DWORD_1),
usr/src/uts/common/io/sfxge/common/efx_tx.c
872
uint32_t, EFX_OWORD_FIELD(oword, EFX_DWORD_0));
usr/src/uts/common/io/sfxge/common/siena_mcdi.c
181
portnum = EFX_OWORD_FIELD(oword, FRF_CZ_CS_PORT_NUM);