/openbmc/linux/include/uapi/linux/ |
H A D | nvme_ioctl.h | 39 __u32 cdw11; member 63 __u32 cdw11; member 86 __u32 cdw11; member
|
/openbmc/qemu/linux-headers/linux/ |
H A D | nvme_ioctl.h | 39 __u32 cdw11; member 63 __u32 cdw11; member 86 __u32 cdw11; member
|
/openbmc/linux/drivers/nvme/target/ |
H A D | trace.c | 28 u32 cdw11 = get_unaligned_le32(cdw10 + 4); in nvmet_trace_admin_get_features() local 30 trace_seq_printf(p, "fid=0x%x, sel=0x%x, cdw11=0x%x", fid, sel, cdw11); in nvmet_trace_admin_get_features() 58 u32 cdw11 = get_unaligned_le32(cdw10 + 4); in nvmet_trace_admin_set_features() local 60 trace_seq_printf(p, "fid=0x%x, sv=0x%x, cdw11=0x%x", fid, sv, cdw11); in nvmet_trace_admin_set_features()
|
H A D | admin-cmd.c | 761 u32 write_protect = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_write_protect() 793 u32 val32 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_kato() 806 u32 val32 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_async_event() 809 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event() 823 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_execute_set_features() local 833 ncqr = (cdw11 >> 16) & 0xffff; in nvmet_execute_set_features() 834 nsqr = cdw11 & 0xffff; in nvmet_execute_set_features() 939 if (!(req->cmd->common.cdw11 & cpu_to_le32(1 << 0))) { in nvmet_execute_get_features() 941 offsetof(struct nvme_common_command, cdw11); in nvmet_execute_get_features()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | trace.c | 81 u32 cdw11 = get_unaligned_le32(cdw10 + 4); in nvme_trace_admin_set_features() local 83 trace_seq_printf(p, "fid=0x%x, sv=0x%x, cdw11=0x%x", fid, sv, cdw11); in nvme_trace_admin_set_features() 95 u32 cdw11 = get_unaligned_le32(cdw10 + 4); in nvme_trace_admin_get_features() local 97 trace_seq_printf(p, "fid=0x%x, sel=0x%x, cdw11=0x%x", fid, sel, cdw11); in nvme_trace_admin_get_features()
|
H A D | pr.c | 185 c.common.cdw11 = cpu_to_le32(NVME_EXTENDED_DATA_STRUCT); in nvme_pr_resv_report() 191 c.common.cdw11 == cpu_to_le32(NVME_EXTENDED_DATA_STRUCT)) { in nvme_pr_resv_report() 192 c.common.cdw11 = 0; in nvme_pr_resv_report()
|
H A D | ioctl.c | 371 c.common.cdw11 = cpu_to_le32(cmd.cdw11); in nvme_user_cmd() 418 c.common.cdw11 = cpu_to_le32(cmd.cdw11); in nvme_user_cmd64() 594 c.common.cdw11 = cpu_to_le32(READ_ONCE(cmd->cdw11)); in nvme_uring_cmd_io()
|
H A D | core.c | 1271 DIV_ROUND_UP(le32_to_cpu(cmd->common.cdw11), 1000); in nvme_update_keep_alive() 2129 cmd.common.cdw11 = cpu_to_le32(len); in nvme_sec_submit()
|
H A D | fc.c | 2584 sqe->connect.fctype, sqe->common.cdw10, sqe->common.cdw11); in nvme_fc_timeout()
|
/openbmc/qemu/block/ |
H A D | nvme.c | 687 .cdw11 = cpu_to_le32(NVME_CQ_IEN | NVME_CQ_PC), in nvme_add_io_queue() 697 .cdw11 = cpu_to_le32(NVME_SQ_PC | (n << 16)), in nvme_add_io_queue() 941 .cdw11 = cpu_to_le32(enable ? 0x01 : 0x00), in nvme_enable_disable_write_cache() 1200 .cdw11 = cpu_to_le32(((offset >> s->blkshift) >> 32) & 0xFFFFFFFF), in nvme_co_prw_aligned() 1366 .cdw11 = cpu_to_le32(((offset >> s->blkshift) >> 32) & 0xFFFFFFFF), in nvme_co_pwrite_zeroes() 1416 .cdw11 = cpu_to_le32(1 << 2), /*deallocate bit*/ in nvme_co_pdiscard()
|
/openbmc/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 | 3874 uint32_t dw11 = le32_to_cpu(c->cdw11); in nvme_get_mgmt_zone_slba_idx() 4541 uint32_t numd = le32_to_cpu(cmd->cdw11); in nvme_io_mgmt_recv() 4985 uint32_t dw11 = le32_to_cpu(req->cmd.cdw11); in nvme_endgrp_info() 5360 uint32_t dw11 = le32_to_cpu(cmd->cdw11); in nvme_get_log() 5872 uint16_t endgid = le32_to_cpu(req->cmd.cdw11) & 0xffff; in nvme_endurance_group_list() 6121 uint32_t cdw11 = le32_to_cpu(cmd->cdw11); in nvme_get_feature_fdp_events() local 6122 uint16_t ph = cdw11 & 0xffff; in nvme_get_feature_fdp_events() 6123 uint8_t noet = (cdw11 >> 16) & 0xff; in nvme_get_feature_fdp_events() 6184 uint32_t dw11 = le32_to_cpu(cmd->cdw11); in nvme_get_feature() 6395 uint32_t cdw11 = le32_to_cpu(cmd->cdw11); in nvme_set_feature_fdp_events() local [all …]
|
/openbmc/linux/include/linux/ |
H A D | nvme.h | 955 __le32 cdw11;
|
/openbmc/qemu/include/block/ |
H A D | nvme.h | 594 uint32_t cdw11; member
|