Home
last modified time | relevance | path

Searched refs:cdw11 (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/linux-headers/linux/
H A Dnvme_ioctl.h39 __u32 cdw11; member
63 __u32 cdw11; member
86 __u32 cdw11; member
/openbmc/linux/include/uapi/linux/
H A Dnvme_ioctl.h39 __u32 cdw11; member
63 __u32 cdw11; member
86 __u32 cdw11; member
/openbmc/linux/drivers/nvme/target/
H A Dtrace.c28 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 Dadmin-cmd.c761 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 Dtrace.c81 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 Dpr.c185 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 Dioctl.c366 c.common.cdw11 = cpu_to_le32(cmd.cdw11); in nvme_user_cmd()
413 c.common.cdw11 = cpu_to_le32(cmd.cdw11); in nvme_user_cmd64()
589 c.common.cdw11 = cpu_to_le32(READ_ONCE(cmd->cdw11)); in nvme_uring_cmd_io()
H A Dcore.c1277 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 Dfc.c2581 sqe->connect.fctype, sqe->common.cdw10, sqe->common.cdw11); in nvme_fc_timeout()
/openbmc/qemu/block/
H A Dnvme.c687 .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 Dtrace-events68 …id, uint8_t fid, uint8_t sel, uint32_t cdw11) "cid %"PRIu16" nsid 0x%"PRIx32" fid 0x%"PRIx8" sel 0…
69 …d, uint8_t fid, uint8_t save, uint32_t cdw11) "cid %"PRIu16" nsid 0x%"PRIx32" fid 0x%"PRIx8" save …
H A Dctrl.c3841 uint32_t dw11 = le32_to_cpu(c->cdw11); in nvme_get_mgmt_zone_slba_idx()
4508 uint32_t numd = le32_to_cpu(cmd->cdw11); in nvme_io_mgmt_recv()
5327 uint32_t dw11 = le32_to_cpu(cmd->cdw11); in nvme_get_log()
6056 uint32_t cdw11 = le32_to_cpu(cmd->cdw11); in nvme_get_feature_fdp_events() local
6057 uint16_t ph = cdw11 & 0xffff; in nvme_get_feature_fdp_events()
6058 uint8_t noet = (cdw11 >> 16) & 0xff; in nvme_get_feature_fdp_events()
6119 uint32_t dw11 = le32_to_cpu(cmd->cdw11); in nvme_get_feature()
6328 uint32_t cdw11 = le32_to_cpu(cmd->cdw11); in nvme_set_feature_fdp_events() local
6329 uint16_t ph = cdw11 & 0xffff; in nvme_set_feature_fdp_events()
6330 uint8_t noet = (cdw11 >> 16) & 0xff; in nvme_set_feature_fdp_events()
[all …]
/openbmc/linux/include/linux/
H A Dnvme.h955 __le32 cdw11;
/openbmc/qemu/include/block/
H A Dnvme.h594 uint32_t cdw11; member