Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dcore.c61 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()
92 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_copy_to_sgl()
101 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_copy_from_sgl()
110 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_zero_sgl()
876 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_parse_io_cmd()
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()
919 req->error_loc = offsetof(struct nvme_common_command, flags); in nvmet_req_init()
930 req->error_loc = offsetof(struct nvme_common_command, flags); in nvmet_req_init()
[all …]
H A Ddiscovery.c316 offsetof(struct nvme_common_command, cdw10); in nvmet_execute_disc_set_features()
341 offsetof(struct nvme_common_command, cdw10); in nvmet_execute_disc_get_features()
357 offsetof(struct nvme_common_command, opcode); in nvmet_parse_discovery_cmd()
382 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_discovery_cmd()
H A Dadmin-cmd.c703 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_set_feat_write_protect()
747 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event()
793 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_execute_set_features()
808 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_get_feat_write_protect()
880 offsetof(struct nvme_common_command, cdw11); in nvmet_execute_get_features()
893 offsetof(struct nvme_common_command, cdw10); in nvmet_execute_get_features()
977 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_admin_cmd()
H A Dio-cmd-bdev.c127 req->error_loc = offsetof(struct nvme_common_command, opcode); in blk_to_nvme_status()
144 req->error_loc = offsetof(struct nvme_common_command, opcode); in blk_to_nvme_status()
454 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_bdev_parse_io_cmd()
H A Dfabrics-cmd.c197 offsetof(struct nvme_common_command, opcode); in nvmet_execute_admin_connect()
293 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_connect_cmd()
H A 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()
H A Dio-cmd-file.c409 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_file_parse_io_cmd()
H A Dfc.c2125 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in nvmet_fc_prep_fcp_rsp()
2431 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in __nvmet_fc_fcp_nvme_cmd_done()
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h227 struct nvme_common_command { struct
455 struct nvme_common_command common;
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h787 struct nvme_common_command { struct
1399 struct nvme_common_command common;
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_nvme.c1318 struct nvme_common_command *sqe; in lpfc_nvme_prep_io_cmd()
1628 struct nvme_common_command *sqe; in lpfc_nvme_fcp_io_submit()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dlightnvm.c99 struct nvme_common_command common;
H A Dcore.c4757 BUILD_BUG_ON(sizeof(struct nvme_common_command) != 64); in _nvme_check_size()