Searched refs:nvme_common_command (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/drivers/nvme/target/ |
D | core.c | 64 req->error_loc = offsetof(struct nvme_common_command, opcode); in errno_to_nvme_status() 79 req->error_loc = offsetof(struct nvme_common_command, opcode); in errno_to_nvme_status() 89 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_report_invalid_opcode() 100 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_copy_to_sgl() 109 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_copy_from_sgl() 118 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_zero_sgl() 445 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_req_find_ns() 1064 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_parse_io_cmd() 1069 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_parse_io_cmd() 1133 req->error_loc = offsetof(struct nvme_common_command, flags); in nvmet_req_init() [all …]
|
D | discovery.c | 325 offsetof(struct nvme_common_command, cdw10); in nvmet_execute_disc_set_features() 350 offsetof(struct nvme_common_command, cdw10); in nvmet_execute_disc_get_features() 380 offsetof(struct nvme_common_command, opcode); in nvmet_parse_discovery_cmd() 405 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_discovery_cmd()
|
D | admin-cmd.c | 1252 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event() 1279 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_host_id() 1301 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_set_feat_irq_coalesce() 1322 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_set_feat_irq_config() 1341 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_set_feat_arbitration() 1396 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_execute_set_features() 1435 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_get_feat_irq_coalesce() 1460 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_get_feat_irq_config() 1480 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_get_feat_arbitration() 1558 offsetof(struct nvme_common_command, cdw11); in nvmet_execute_get_features() [all …]
|
D | pr.c | 48 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_resv_notif_mask() 404 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_execute_pr_register() 633 req->error_loc = offsetof(struct nvme_common_command, cdw10); in __nvmet_execute_pr_acquire() 754 req->error_loc = offsetof(struct nvme_common_command, cdw10); in __nvmet_execute_pr_release() 820 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_execute_pr_report() 826 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_execute_pr_report() 985 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_pr_check_cmd_access()
|
D | io-cmd-bdev.c | 148 req->error_loc = offsetof(struct nvme_common_command, opcode); in blk_to_nvme_status() 165 req->error_loc = offsetof(struct nvme_common_command, opcode); in blk_to_nvme_status()
|
D | fabrics-cmd.c | 390 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_connect_cmd()
|
D | rdma.c | 854 offsetof(struct nvme_common_command, opcode); in nvmet_rdma_map_sgl_inline() 921 offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl() 933 offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl() 938 rsp->req.error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl()
|
D | fc.c | 2140 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in nvmet_fc_prep_fcp_rsp() 2446 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in __nvmet_fc_fcp_nvme_cmd_done()
|
/linux-6.14.4/include/linux/ |
D | nvme.h | 1030 struct nvme_common_command { struct 1895 struct nvme_common_command common;
|
/linux-6.14.4/drivers/scsi/lpfc/ |
D | lpfc_nvme.c | 1214 struct nvme_common_command *sqe; in lpfc_nvme_prep_io_cmd() 1541 struct nvme_common_command *sqe; in lpfc_nvme_fcp_io_submit()
|
/linux-6.14.4/drivers/nvme/host/ |
D | core.c | 5076 BUILD_BUG_ON(sizeof(struct nvme_common_command) != 64); in _nvme_check_size()
|