Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dcore.c63 req->error_loc = offsetof(struct nvme_common_command, opcode); in errno_to_nvme_status()
78 req->error_loc = offsetof(struct nvme_common_command, opcode); in errno_to_nvme_status()
88 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_report_invalid_opcode()
99 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_copy_to_sgl()
108 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_copy_from_sgl()
117 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_zero_sgl()
432 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_req_find_ns()
910 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_parse_io_cmd()
915 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_parse_io_cmd()
1013 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_check_transfer_len()
[all …]
H A Ddiscovery.c322 offsetof(struct nvme_common_command, cdw10); in nvmet_execute_disc_set_features()
347 offsetof(struct nvme_common_command, cdw10); in nvmet_execute_disc_get_features()
363 offsetof(struct nvme_common_command, opcode); in nvmet_parse_discovery_cmd()
388 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_discovery_cmd()
H A Dio-cmd-bdev.c144 req->error_loc = offsetof(struct nvme_common_command, opcode); in blk_to_nvme_status()
161 req->error_loc = offsetof(struct nvme_common_command, opcode); in blk_to_nvme_status()
H A Dadmin-cmd.c809 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event()
855 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_execute_set_features()
941 offsetof(struct nvme_common_command, cdw11); in nvmet_execute_get_features()
954 offsetof(struct nvme_common_command, cdw10); in nvmet_execute_get_features()
H A Dfabrics-cmd.c352 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_connect_cmd()
H A Drdma.c853 offsetof(struct nvme_common_command, opcode); in nvmet_rdma_map_sgl_inline()
922 offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl()
934 offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl()
939 rsp->req.error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl()
H A Dfc.c2150 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in nvmet_fc_prep_fcp_rsp()
2456 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in __nvmet_fc_fcp_nvme_cmd_done()
/openbmc/u-boot/drivers/nvme/
H A Dnvme.h226 struct nvme_common_command { struct
454 struct nvme_common_command common;
/openbmc/linux/include/linux/
H A Dnvme.h945 struct nvme_common_command { struct
1785 struct nvme_common_command common;
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_nvme.c1212 struct nvme_common_command *sqe; in lpfc_nvme_prep_io_cmd()
1539 struct nvme_common_command *sqe; in lpfc_nvme_fcp_io_submit()
/openbmc/linux/drivers/nvme/host/
H A Dcore.c4688 BUILD_BUG_ON(sizeof(struct nvme_common_command) != 64); in _nvme_check_size()