Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dnvme_ioctl.h39 __u32 cdw11; member
60 __u32 cdw11; member
/Linux-v5.4/drivers/nvme/target/
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()
Dadmin-cmd.c597 u32 write_protect = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_write_protect()
631 u32 val32 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_kato()
642 u32 val32 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_async_event()
645 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event()
761 if (!(req->cmd->common.cdw11 & cpu_to_le32(1 << 0))) { in nvmet_execute_get_features()
763 offsetof(struct nvme_common_command, cdw11); in nvmet_execute_get_features()
/Linux-v5.4/drivers/nvme/host/
Dtrace.c81 u32 cdw11 = get_unaligned_le32(cdw10 + 4); in nvme_trace_admin_get_features() local
83 trace_seq_printf(p, "fid=0x%x sel=0x%x cdw11=0x%x", fid, sel, cdw11); in nvme_trace_admin_get_features()
Dcore.c1396 c.common.cdw11 = cpu_to_le32(cmd.cdw11); in nvme_user_cmd()
1443 c.common.cdw11 = cpu_to_le32(cmd.cdw11); in nvme_user_cmd64()
2007 cmd.common.cdw11 = cpu_to_le32(len); in nvme_sec_submit()
/Linux-v5.4/include/linux/
Dnvme.h681 __le32 cdw11; member