Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/target/
Dcore.c57 req->error_loc = offsetof(struct nvme_common_command, opcode); in errno_to_nvme_status()
72 req->error_loc = offsetof(struct nvme_common_command, opcode); in errno_to_nvme_status()
82 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_report_invalid_opcode()
93 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_copy_to_sgl()
102 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_copy_from_sgl()
111 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_zero_sgl()
425 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_req_find_ns()
881 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_parse_io_cmd()
886 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_parse_io_cmd()
927 req->error_loc = offsetof(struct nvme_common_command, flags); in nvmet_req_init()
[all …]
Ddiscovery.c315 offsetof(struct nvme_common_command, cdw10); in nvmet_execute_disc_set_features()
340 offsetof(struct nvme_common_command, cdw10); in nvmet_execute_disc_get_features()
356 offsetof(struct nvme_common_command, opcode); in nvmet_parse_discovery_cmd()
381 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_discovery_cmd()
Dadmin-cmd.c812 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event()
858 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_execute_set_features()
944 offsetof(struct nvme_common_command, cdw11); in nvmet_execute_get_features()
957 offsetof(struct nvme_common_command, cdw10); in nvmet_execute_get_features()
Dio-cmd-bdev.c135 req->error_loc = offsetof(struct nvme_common_command, opcode); in blk_to_nvme_status()
152 req->error_loc = offsetof(struct nvme_common_command, opcode); in blk_to_nvme_status()
Dfabrics-cmd.c307 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_connect_cmd()
Drdma.c860 offsetof(struct nvme_common_command, opcode); in nvmet_rdma_map_sgl_inline()
929 offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl()
941 offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl()
946 rsp->req.error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl()
Dfc.c2136 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in nvmet_fc_prep_fcp_rsp()
2442 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in __nvmet_fc_fcp_nvme_cmd_done()
/Linux-v5.15/include/linux/
Dnvme.h801 struct nvme_common_command { struct
1420 struct nvme_common_command common;
/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_nvme.c1491 struct nvme_common_command *sqe; in lpfc_nvme_fcp_io_submit()
/Linux-v5.15/drivers/nvme/host/
Dcore.c4602 BUILD_BUG_ON(sizeof(struct nvme_common_command) != 64); in _nvme_check_size()