Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dcore.c67 req->error_loc = offsetof(struct nvme_common_command, opcode); in errno_to_nvme_status()
75 req->error_loc = offsetof(struct nvme_common_command, opcode); in errno_to_nvme_status()
85 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_report_invalid_opcode()
96 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_copy_to_sgl()
105 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_copy_from_sgl()
114 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_zero_sgl()
452 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_req_find_ns()
1119 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_parse_io_cmd()
1124 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_parse_io_cmd()
1188 req->error_loc = offsetof(struct nvme_common_command, flags); in nvmet_req_init()
[all …]
H A Dadmin-cmd.c1242 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event()
1269 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_host_id()
1291 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_set_feat_irq_coalesce()
1312 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_set_feat_irq_config()
1331 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_set_feat_arbitration()
1386 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_execute_set_features()
1425 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_get_feat_irq_coalesce()
1450 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_get_feat_irq_config()
1470 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_get_feat_arbitration()
1548 offsetof(struct nvme_common_command, cdw11); in nvmet_execute_get_features()
[all …]
H A Dpr.c48 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_resv_notif_mask()
427 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_execute_pr_register()
656 req->error_loc = offsetof(struct nvme_common_command, cdw10); in __nvmet_execute_pr_acquire()
777 req->error_loc = offsetof(struct nvme_common_command, cdw10); in __nvmet_execute_pr_release()
843 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_execute_pr_report()
849 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_execute_pr_report()
1008 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_pr_check_cmd_access()
H A Dfabrics-cmd.c415 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_connect_cmd()
H A Dfc.c2152 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in nvmet_fc_prep_fcp_rsp()
2458 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in __nvmet_fc_fcp_nvme_cmd_done()
/linux/include/linux/
H A Dnvme.h1082 struct nvme_common_command { struct
1994 struct nvme_common_command common;
/linux/drivers/nvme/host/
H A Dcore.c5459 BUILD_BUG_ON(sizeof(struct nvme_common_command) != 64); in _nvme_check_size()