Lines Matching refs:cdw11
1195 u32 write_protect = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_write_protect()
1227 u32 val32 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_kato()
1240 u32 val32 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_async_event()
1243 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event()
1269 if (!(req->cmd->common.cdw11 & cpu_to_le32(1 << 0))) { in nvmet_set_feat_host_id()
1270 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_host_id()
1281 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_irq_coalesce() local
1283 .time = (cdw11 >> 8) & 0xff, in nvmet_set_feat_irq_coalesce()
1284 .thr = cdw11 & 0xff, in nvmet_set_feat_irq_coalesce()
1302 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_irq_config() local
1304 .iv = cdw11 & 0xffff, in nvmet_set_feat_irq_config()
1305 .cd = (cdw11 >> 16) & 0x1, in nvmet_set_feat_irq_config()
1323 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_arbitration() local
1325 .hpw = (cdw11 >> 24) & 0xff, in nvmet_set_feat_arbitration()
1326 .mpw = (cdw11 >> 16) & 0xff, in nvmet_set_feat_arbitration()
1327 .lpw = (cdw11 >> 8) & 0xff, in nvmet_set_feat_arbitration()
1328 .ab = cdw11 & 0x3, in nvmet_set_feat_arbitration()
1343 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_execute_set_features() local
1356 ncqr = (cdw11 >> 16) & 0xffff; in nvmet_execute_set_features()
1357 nsqr = cdw11 & 0xffff; in nvmet_execute_set_features()
1384 status = nvmet_set_feat_resv_notif_mask(req, cdw11); in nvmet_execute_set_features()
1442 u32 iv = le32_to_cpu(req->cmd->common.cdw11) & 0xffff; in nvmet_get_feat_irq_config()
1547 if (!(req->cmd->common.cdw11 & cpu_to_le32(1 << 0))) { in nvmet_execute_get_features()
1549 offsetof(struct nvme_common_command, cdw11); in nvmet_execute_get_features()