Lines Matching refs:cdw11

1194 	u32 write_protect = le32_to_cpu(req->cmd->common.cdw11);  in nvmet_set_feat_write_protect()
1226 u32 val32 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_kato()
1239 u32 val32 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_async_event()
1242 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event()
1268 if (!(req->cmd->common.cdw11 & cpu_to_le32(1 << 0))) { in nvmet_set_feat_host_id()
1269 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_host_id()
1280 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_irq_coalesce() local
1282 .time = (cdw11 >> 8) & 0xff, in nvmet_set_feat_irq_coalesce()
1283 .thr = cdw11 & 0xff, in nvmet_set_feat_irq_coalesce()
1301 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_irq_config() local
1303 .iv = cdw11 & 0xffff, in nvmet_set_feat_irq_config()
1304 .cd = (cdw11 >> 16) & 0x1, in nvmet_set_feat_irq_config()
1322 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_arbitration() local
1324 .hpw = (cdw11 >> 24) & 0xff, in nvmet_set_feat_arbitration()
1325 .mpw = (cdw11 >> 16) & 0xff, in nvmet_set_feat_arbitration()
1326 .lpw = (cdw11 >> 8) & 0xff, in nvmet_set_feat_arbitration()
1327 .ab = cdw11 & 0x3, in nvmet_set_feat_arbitration()
1342 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_execute_set_features() local
1355 ncqr = (cdw11 >> 16) & 0xffff; in nvmet_execute_set_features()
1356 nsqr = cdw11 & 0xffff; in nvmet_execute_set_features()
1383 status = nvmet_set_feat_resv_notif_mask(req, cdw11); in nvmet_execute_set_features()
1441 u32 iv = le32_to_cpu(req->cmd->common.cdw11) & 0xffff; in nvmet_get_feat_irq_config()
1546 if (!(req->cmd->common.cdw11 & cpu_to_le32(1 << 0))) { in nvmet_execute_get_features()
1548 offsetof(struct nvme_common_command, cdw11); in nvmet_execute_get_features()