Searched refs:nvme_common_command (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/nvme/target/ |
| H A D | core.c | 67 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() 444 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_req_find_ns() 1108 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_parse_io_cmd() 1113 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_parse_io_cmd() 1177 req->error_loc = offsetof(struct nvme_common_command, flags); in nvmet_req_init() [all …]
|
| H A 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()
|
| H A D | admin-cmd.c | 1242 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 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()
|
| H A D | rdma.c | 853 offsetof(struct nvme_common_command, opcode); in nvmet_rdma_map_sgl_inline() 920 offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl() 932 offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl() 937 rsp->req.error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl()
|
| H A D | fabrics-cmd.c | 415 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_connect_cmd()
|
| H A D | fc.c | 2152 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 D | nvme.h | 1071 struct nvme_common_command { struct 1978 struct nvme_common_command common;
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_nvme.c | 1214 struct nvme_common_command *sqe; in lpfc_nvme_prep_io_cmd() 1537 struct nvme_common_command *sqe; in lpfc_nvme_fcp_io_submit()
|
| /linux/drivers/nvme/host/ |
| H A D | core.c | 5333 BUILD_BUG_ON(sizeof(struct nvme_common_command) != 64); in _nvme_check_size()
|