Lines Matching refs:cdw11
761 u32 write_protect = le32_to_cpu(req->cmd->common.cdw11);
793 u32 val32 = le32_to_cpu(req->cmd->common.cdw11);
806 u32 val32 = le32_to_cpu(req->cmd->common.cdw11);
809 req->error_loc = offsetof(struct nvme_common_command, cdw11);
823 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11);
833 ncqr = (cdw11 >> 16) & 0xffff;
834 nsqr = cdw11 & 0xffff;
939 if (!(req->cmd->common.cdw11 & cpu_to_le32(1 << 0))) {
941 offsetof(struct nvme_common_command, cdw11);