Lines Matching refs:cdw11
697 u32 write_protect = le32_to_cpu(req->cmd->common.cdw11);
731 u32 val32 = le32_to_cpu(req->cmd->common.cdw11);
744 u32 val32 = le32_to_cpu(req->cmd->common.cdw11);
747 req->error_loc = offsetof(struct nvme_common_command, cdw11);
761 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11);
771 ncqr = (cdw11 >> 16) & 0xffff;
772 nsqr = cdw11 & 0xffff;
878 if (!(req->cmd->common.cdw11 & cpu_to_le32(1 << 0))) {
880 offsetof(struct nvme_common_command, cdw11);