Searched defs:dtype (Results 1 – 5 of 5) sorted by relevance
/qemu/hw/net/ |
H A D | vmxnet3.h | 234 u32 dtype:1; /* descriptor type */ member 342 u32 dtype:1; /* Descriptor type */ member
|
H A D | e1000.c | 642 uint32_t dtype = txd_lower & (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D); in process_tx_desc() local
|
H A D | e1000e_core.c | 694 uint32_t dtype = txd_lower & (E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D); in e1000e_process_tx_desc() local
|
/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 92 static const uint8_t dtype[4] = { 0, 5, 10, 15 }; in msz_dtype() local 4442 int dtype, uint32_t nregs, bool is_write, in do_mem_zpa() 4585 TCGv_i64 addr, int dtype, int nreg) in do_ld_zpa() 4837 static void do_ldrq(DisasContext *s, int zt, int pg, TCGv_i64 addr, int dtype) in do_ldrq() 4910 static void do_ldro(DisasContext *s, int zt, int pg, TCGv_i64 addr, int dtype) in do_ldro()
|
/qemu/hw/nvme/ |
H A D | ctrl.c | 3684 uint8_t dtype = (dw12 >> 20) & 0xf; in nvme_do_write_fdp() local 7292 uint8_t doper, dtype; in nvme_directive_receive() local
|