Searched refs:cdw11 (Results 1 – 5 of 5) sorted by relevance
/qemu/linux-headers/linux/ |
H A D | nvme_ioctl.h | 39 __u32 cdw11; member 63 __u32 cdw11; member 86 __u32 cdw11; member
|
/qemu/block/ |
H A D | nvme.c | 688 .cdw11 = cpu_to_le32(NVME_CQ_IEN | NVME_CQ_PC), in nvme_add_io_queue() 698 .cdw11 = cpu_to_le32(NVME_SQ_PC | (n << 16)), in nvme_add_io_queue() 946 .cdw11 = cpu_to_le32(enable ? 0x01 : 0x00), in nvme_enable_disable_write_cache() 1205 .cdw11 = cpu_to_le32(((offset >> s->blkshift) >> 32) & 0xFFFFFFFF), in nvme_co_prw_aligned() 1371 .cdw11 = cpu_to_le32(((offset >> s->blkshift) >> 32) & 0xFFFFFFFF), in nvme_co_pwrite_zeroes() 1421 .cdw11 = cpu_to_le32(1 << 2), /*deallocate bit*/ in nvme_co_pdiscard()
|
/qemu/hw/nvme/ |
H A D | trace-events | 69 …id, uint8_t fid, uint8_t sel, uint32_t cdw11) "cid %"PRIu16" nsid 0x%"PRIx32" fid 0x%"PRIx8" sel 0… 70 …d, uint8_t fid, uint8_t save, uint32_t cdw11) "cid %"PRIu16" nsid 0x%"PRIx32" fid 0x%"PRIx8" save …
|
H A D | ctrl.c | 3872 uint32_t dw11 = le32_to_cpu(c->cdw11); in nvme_get_mgmt_zone_slba_idx() 4539 uint32_t numd = le32_to_cpu(cmd->cdw11); in nvme_io_mgmt_recv() 5051 uint32_t dw11 = le32_to_cpu(req->cmd.cdw11); in nvme_endgrp_info() 5444 uint32_t dw11 = le32_to_cpu(cmd->cdw11); in nvme_get_log() 5960 uint16_t endgid = le32_to_cpu(req->cmd.cdw11) & 0xffff; in nvme_endurance_group_list() 6210 uint32_t cdw11 = le32_to_cpu(cmd->cdw11); in nvme_get_feature_fdp_events() local 6211 uint16_t ph = cdw11 & 0xffff; in nvme_get_feature_fdp_events() 6212 uint8_t noet = (cdw11 >> 16) & 0xff; in nvme_get_feature_fdp_events() 6273 uint32_t dw11 = le32_to_cpu(cmd->cdw11); in nvme_get_feature() 6484 uint32_t cdw11 = le32_to_cpu(cmd->cdw11); in nvme_set_feature_fdp_events() local [all …]
|
/qemu/include/block/ |
H A D | nvme.h | 594 uint32_t cdw11; member
|