Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dpr.c96 u32 cdw11, u8 op, void *data, unsigned int data_len) in __nvme_send_pr_command() argument
102 c.common.cdw11 = cpu_to_le32(cdw11); in __nvme_send_pr_command()
110 static int nvme_send_pr_command(struct block_device *bdev, u32 cdw10, u32 cdw11, in nvme_send_pr_command() argument
115 ret = __nvme_send_pr_command(bdev, cdw10, cdw11, op, data, data_len); in nvme_send_pr_command()
208 u32 cdw10, cdw11; in nvme_pr_resv_report() local
212 cdw11 = NVME_EXTENDED_DATA_STRUCT; in nvme_pr_resv_report()
216 ret = __nvme_send_pr_command(bdev, cdw10, cdw11, nvme_cmd_resv_report, in nvme_pr_resv_report()
219 cdw11 == NVME_EXTENDED_DATA_STRUCT) { in nvme_pr_resv_report()
220 cdw11 = 0; in nvme_pr_resv_report()
H A Dioctl.c304 c.common.cdw11 = cpu_to_le32(cmd.cdw11); in nvme_user_cmd()
351 c.common.cdw11 = cpu_to_le32(cmd.cdw11); in nvme_user_cmd64()
476 c.common.cdw11 = cpu_to_le32(READ_ONCE(cmd->cdw11)); in nvme_uring_cmd_io()
H A Dcore.c378 "cdw10=0x%x cdw11=0x%x cdw12=0x%x cdw13=0x%x cdw14=0x%x cdw15=0x%x\n", in nvme_log_err_passthru()
389 le32_to_cpu(nr->cmd->common.cdw11), in nvme_log_err_passthru()
1442 DIV_ROUND_UP(le32_to_cpu(cmd->common.cdw11), 1000); in nvme_id_cns_ok()
2645 cmd.common.cdw11 = cpu_to_le32(len);
H A Dfc.c2548 sqe->common.cdw10, sqe->common.cdw11); in nvme_fc_timeout()
/linux/drivers/nvme/target/
H A Dadmin-cmd.c1192 u32 write_protect = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_write_protect()
1224 u32 val32 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_kato()
1237 u32 val32 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_async_event()
1240 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event()
1266 if (!(req->cmd->common.cdw11 & cpu_to_le32(1 << 0))) { in nvmet_set_feat_host_id()
1267 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_host_id()
1278 u32 cdw11 = le32_to_cpu(req->cmd->common.cdw11); in nvmet_set_feat_irq_coalesce() local
1280 .time = (cdw11 >> 8) & 0xff, in nvmet_set_feat_irq_coalesce()
1281 .thr = cdw11 & 0xff, in nvmet_set_feat_irq_coalesce()
1299 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