Searched refs:cdw11 (Results 1 – 8 of 8) sorted by relevance
| /drivers/nvme/host/ |
| 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()
|
| A D | trace.c | 81 u32 cdw11 = get_unaligned_le32(cdw10 + 4); in nvme_trace_admin_set_features() local 83 trace_seq_printf(p, "fid=0x%x, sv=0x%x, cdw11=0x%x", fid, sv, cdw11); in nvme_trace_admin_set_features() 95 u32 cdw11 = get_unaligned_le32(cdw10 + 4); in nvme_trace_admin_get_features() local 97 trace_seq_printf(p, "fid=0x%x, sel=0x%x, cdw11=0x%x", fid, sel, cdw11); in nvme_trace_admin_get_features()
|
| A D | ioctl.c | 310 c.common.cdw11 = cpu_to_le32(cmd.cdw11); in nvme_user_cmd() 357 c.common.cdw11 = cpu_to_le32(cmd.cdw11); in nvme_user_cmd64() 473 c.common.cdw11 = cpu_to_le32(READ_ONCE(cmd->cdw11)); in nvme_uring_cmd_io()
|
| A D | core.c | 385 le32_to_cpu(nr->cmd->common.cdw11), in nvme_log_err_passthru() 1421 DIV_ROUND_UP(le32_to_cpu(cmd->common.cdw11), 1000); in nvme_update_keep_alive() 2572 cmd.common.cdw11 = cpu_to_le32(len); in nvme_sec_submit()
|
| A D | fc.c | 2550 sqe->common.cdw10, sqe->common.cdw11); in nvme_fc_timeout()
|
| /drivers/nvme/target/ |
| A D | admin-cmd.c | 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 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 [all …]
|
| A D | trace.c | 28 u32 cdw11 = get_unaligned_le32(cdw10 + 4); in nvmet_trace_admin_get_features() local 30 trace_seq_printf(p, "fid=0x%x, sel=0x%x, cdw11=0x%x", fid, sel, cdw11); in nvmet_trace_admin_get_features() 58 u32 cdw11 = get_unaligned_le32(cdw10 + 4); in nvmet_trace_admin_set_features() local 60 trace_seq_printf(p, "fid=0x%x, sv=0x%x, cdw11=0x%x", fid, sv, cdw11); in nvmet_trace_admin_set_features()
|
| 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()
|
Completed in 35 milliseconds