Searched refs:qword (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | siena_sram.c | 82 efx_qword_t qword; in siena_sram_test() local 112 func(wptr, B_FALSE, &qword); in siena_sram_test() 113 EFX_BAR_TBL_WRITEQ(enp, FR_AZ_BUF_HALF_TBL, wptr, &qword); in siena_sram_test() 121 func(rptr, B_FALSE, &qword); in siena_sram_test() 125 if (!EFX_QWORD_IS_EQUAL(verify, qword)) { in siena_sram_test() 134 func(wptr, B_TRUE, &qword); in siena_sram_test() 135 EFX_BAR_TBL_WRITEQ(enp, FR_AZ_BUF_HALF_TBL, wptr, &qword); in siena_sram_test() 143 func(rptr, B_TRUE, &qword); in siena_sram_test() 147 if (!EFX_QWORD_IS_EQUAL(verify, qword)) { in siena_sram_test()
|
H A D | efx_sram.c | 41 efx_qword_t qword; in efx_sram_buf_tbl_set() local 76 EFX_POPULATE_QWORD_5(qword, in efx_sram_buf_tbl_set() 85 id, &qword); in efx_sram_buf_tbl_set() 109 id - 1, &qword); in efx_sram_buf_tbl_set() 111 if (EFX_QWORD_FIELD(qword, FRF_AZ_BUF_ADR_FBUF_DW0) == in efx_sram_buf_tbl_set() 113 EFX_QWORD_FIELD(qword, FRF_AZ_BUF_ADR_FBUF_DW1) == in efx_sram_buf_tbl_set() 129 id - 1, &qword); in efx_sram_buf_tbl_set() 131 if (EFX_QWORD_FIELD(qword, FRF_AZ_BUF_ADR_FBUF_DW0) != in efx_sram_buf_tbl_set() 133 EFX_QWORD_FIELD(qword, FRF_AZ_BUF_ADR_FBUF_DW1) != in efx_sram_buf_tbl_set()
|
H A D | ef10_rx.c | 646 efx_qword_t qword; in ef10_rx_qpost() local 661 EFX_POPULATE_QWORD_3(qword, in ef10_rx_qpost() 669 EFSYS_MEM_WRITEQ(erp->er_esmp, offset, &qword); in ef10_rx_qpost()
|
H A D | ef10_tx.c | 437 efx_qword_t qword; in ef10_tx_qpost() local 449 EFX_POPULATE_QWORD_5(qword, in ef10_tx_qpost() 456 EFSYS_MEM_WRITEQ(etp->et_esmp, offset, &qword); in ef10_tx_qpost()
|
H A D | efx_rx.c | 1008 efx_qword_t qword; in siena_rx_qpost() local 1023 EFX_POPULATE_QWORD_3(qword, in siena_rx_qpost() 1031 EFSYS_MEM_WRITEQ(erp->er_esmp, offset, &qword); in siena_rx_qpost()
|
H A D | efx_tx.c | 706 efx_qword_t qword; \ 715 EFX_POPULATE_QWORD_4(qword, \ 722 EFSYS_MEM_WRITEQ((_etp)->et_esmp, offset, &qword); \
|
H A D | efx_ev.c | 319 efx_qword_t qword; in efx_ev_qpending() local 324 EFSYS_MEM_READQ(eep->ee_esmp, offset, &qword); in efx_ev_qpending() 326 return (EFX_EV_PRESENT(qword)); in efx_ev_qpending()
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3_defs.h | 280 uint64_t qword[2]; member
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | memcpy.S | 2439 # only here if already aligned on at least a qword bndry
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 4924 access, the size is encoded as 1=byte, 2=word, 3=dword, and 4=qword. 16551 moves instead of word/dword/qword moves. - External objects are
|