Searched refs:nvme_common_command (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/nvme/target/ |
A D | core.c | 63 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() 431 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_req_find_ns() 896 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_parse_io_cmd() 901 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_parse_io_cmd() 998 req->error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_check_transfer_len() [all …]
|
A D | discovery.c | 322 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()
|
A D | io-cmd-bdev.c | 144 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()
|
A D | admin-cmd.c | 824 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event() 870 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_execute_set_features() 956 offsetof(struct nvme_common_command, cdw11); in nvmet_execute_get_features() 969 offsetof(struct nvme_common_command, cdw10); in nvmet_execute_get_features()
|
A D | fabrics-cmd.c | 354 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_connect_cmd()
|
A D | rdma.c | 861 offsetof(struct nvme_common_command, opcode); in nvmet_rdma_map_sgl_inline() 930 offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl() 942 offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl() 947 rsp->req.error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl()
|
A D | fc.c | 2138 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in nvmet_fc_prep_fcp_rsp() 2444 struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common; in __nvmet_fc_fcp_nvme_cmd_done()
|
/linux-6.3-rc2/include/linux/ |
A D | nvme.h | 909 struct nvme_common_command { struct 1745 struct nvme_common_command common;
|
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_nvme.c | 1210 struct nvme_common_command *sqe; in lpfc_nvme_prep_io_cmd() 1537 struct nvme_common_command *sqe; in lpfc_nvme_fcp_io_submit()
|
/linux-6.3-rc2/drivers/nvme/host/ |
A D | core.c | 5331 BUILD_BUG_ON(sizeof(struct nvme_common_command) != 64); in _nvme_check_size()
|
Completed in 46 milliseconds