Searched refs:cdw11 (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/nvme/host/ |
| H A D | pr.c | 96 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 D | core.c | 385 le32_to_cpu(nr->cmd->common.cdw11), in nvme_log_err_passthru() 1431 DIV_ROUND_UP(le32_to_cpu(cmd->common.cdw11), 1000); in nvme_update_keep_alive() 2609 cmd.common.cdw11 = cpu_to_le32(len); in nvme_sec_submit()
|
| H A D | fc.c | 2548 sqe->common.cdw10, sqe->common.cdw11); in nvme_fc_timeout()
|
| /linux/drivers/nvme/target/ |
| H A D | admin-cmd.c | 1192 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 D | pr.c | 48 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 D | nvme_ioctl.h | 39 __u32 cdw11; member 63 __u32 cdw11; member 86 __u32 cdw11; member
|