Home
last modified time | relevance | path

Searched refs:cdw11 (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/nvme/host/
H A Dpr.c98 u32 cdw11, u8 op, void *data, unsigned int data_len) in __nvme_send_pr_command() argument
104 c.common.cdw11 = cpu_to_le32(cdw11); in __nvme_send_pr_command()
112 static int nvme_send_pr_command(struct block_device *bdev, u32 cdw10, u32 cdw11, in nvme_send_pr_command() argument
117 ret = __nvme_send_pr_command(bdev, cdw10, cdw11, op, data, data_len); in nvme_send_pr_command()
210 u32 cdw10, cdw11; in nvme_pr_resv_report() local
214 cdw11 = NVME_EXTENDED_DATA_STRUCT; in nvme_pr_resv_report()
218 ret = __nvme_send_pr_command(bdev, cdw10, cdw11, nvme_cmd_resv_report, in nvme_pr_resv_report()
221 cdw11 == NVME_EXTENDED_DATA_STRUCT) { in nvme_pr_resv_report()
222 cdw11 = 0; in nvme_pr_resv_report()
H A Dioctl.c322 c.common.cdw11 = cpu_to_le32(cmd.cdw11); in nvme_user_cmd()
369 c.common.cdw11 = cpu_to_le32(cmd.cdw11); in nvme_user_cmd64()
490 c.common.cdw11 = cpu_to_le32(READ_ONCE(cmd->cdw11)); in nvme_uring_cmd_io()
H A Dcore.c382 nr->cmd->common.cdw11, in nvme_log_err_passthru()
1401 DIV_ROUND_UP(le32_to_cpu(cmd->common.cdw11), 1000); in nvme_update_keep_alive()
2380 cmd.common.cdw11 = cpu_to_le32(len); in nvme_sec_submit()
H A Dfc.c2543 sqe->common.cdw10, sqe->common.cdw11); in nvme_fc_timeout()
/linux/drivers/nvme/target/
H A Dadmin-cmd.c1204 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
[all …]
H A Dpr.c48 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_resv_notif_mask()
805 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_execute_pr_report() local
808 u8 eds = cdw11 & 1; /* Extended data structure, bit 00 */ in nvmet_execute_pr_report()
820 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_execute_pr_report()
/linux/include/uapi/linux/
H A Dnvme_ioctl.h39 __u32 cdw11; member
63 __u32 cdw11; member
86 __u32 cdw11; member
/linux/include/linux/
H A Dnvme.h1040 __le32 cdw11;