Lines Matching refs:cdw11

1204 	u32 write_protect = le32_to_cpu(req->cmd->common.cdw11);  in nvmet_set_feat_write_protect()
1236 u32 val32 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_kato()
1249 u32 val32 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_async_event()
1252 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event()
1278 if (!(req->cmd->common.cdw11 & cpu_to_le32(1 << 0))) { in nvmet_set_feat_host_id()
1279 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_host_id()
1290 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_irq_coalesce() local
1292 .time = (cdw11 >> 8) & 0xff, in nvmet_set_feat_irq_coalesce()
1293 .thr = cdw11 & 0xff, in nvmet_set_feat_irq_coalesce()
1311 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_irq_config() local
1313 .iv = cdw11 & 0xffff, in nvmet_set_feat_irq_config()
1314 .cd = (cdw11 >> 16) & 0x1, in nvmet_set_feat_irq_config()
1332 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_arbitration() local
1334 .hpw = (cdw11 >> 24) & 0xff, in nvmet_set_feat_arbitration()
1335 .mpw = (cdw11 >> 16) & 0xff, in nvmet_set_feat_arbitration()
1336 .lpw = (cdw11 >> 8) & 0xff, in nvmet_set_feat_arbitration()
1337 .ab = cdw11 & 0x3, in nvmet_set_feat_arbitration()
1352 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_execute_set_features() local
1365 ncqr = (cdw11 >> 16) & 0xffff; in nvmet_execute_set_features()
1366 nsqr = cdw11 & 0xffff; in nvmet_execute_set_features()
1393 status = nvmet_set_feat_resv_notif_mask(req, cdw11); in nvmet_execute_set_features()
1451 u32 iv = le32_to_cpu(req->cmd->common.cdw11) & 0xffff; in nvmet_get_feat_irq_config()
1556 if (!(req->cmd->common.cdw11 & cpu_to_le32(1 << 0))) { in nvmet_execute_get_features()
1558 offsetof(struct nvme_common_command, cdw11); in nvmet_execute_get_features()