Searched refs:nvme_common_command (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/nvme/target/ | 
| D | discovery.c | 286 			offsetof(struct nvme_common_command, cdw10);  in nvmet_execute_disc_set_features()308 			offsetof(struct nvme_common_command, cdw10);  in nvmet_execute_disc_get_features()
 324 			offsetof(struct nvme_common_command, opcode);  in nvmet_parse_discovery_cmd()
 374 		req->error_loc = offsetof(struct nvme_common_command, opcode);  in nvmet_parse_discovery_cmd()
 
 | 
| D | core.c | 61 		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()
 836 		req->error_loc = offsetof(struct nvme_common_command, nsid);  in nvmet_parse_io_cmd()
 841 		req->error_loc = offsetof(struct nvme_common_command, nsid);  in nvmet_parse_io_cmd()
 846 		req->error_loc = offsetof(struct nvme_common_command, nsid);  in nvmet_parse_io_cmd()
 878 		req->error_loc = offsetof(struct nvme_common_command, flags);  in nvmet_req_init()
 889 		req->error_loc = offsetof(struct nvme_common_command, flags);  in nvmet_req_init()
 [all …]
 
 | 
| D | admin-cmd.c | 603 		req->error_loc = offsetof(struct nvme_common_command, nsid);  in nvmet_set_feat_write_protect()645 		req->error_loc = offsetof(struct nvme_common_command, cdw11);  in nvmet_set_feat_async_event()
 679 		req->error_loc = offsetof(struct nvme_common_command, cdw10);  in nvmet_execute_set_features()
 694 		req->error_loc = offsetof(struct nvme_common_command, nsid);  in nvmet_get_feat_write_protect()
 763 				offsetof(struct nvme_common_command, cdw11);  in nvmet_execute_get_features()
 776 			offsetof(struct nvme_common_command, cdw10);  in nvmet_execute_get_features()
 892 	req->error_loc = offsetof(struct nvme_common_command, opcode);  in nvmet_parse_admin_cmd()
 
 | 
| D | io-cmd-bdev.c | 100 		req->error_loc = offsetof(struct nvme_common_command, opcode);  in blk_to_nvme_status()118 		req->error_loc = offsetof(struct nvme_common_command, opcode);  in blk_to_nvme_status()
 340 		req->error_loc = offsetof(struct nvme_common_command, opcode);  in nvmet_bdev_parse_io_cmd()
 
 | 
| D | fabrics-cmd.c | 184 				offsetof(struct nvme_common_command, opcode);  in nvmet_execute_admin_connect()274 		req->error_loc = offsetof(struct nvme_common_command, opcode);  in nvmet_parse_connect_cmd()
 
 | 
| D | rdma.c | 641 			offsetof(struct nvme_common_command, opcode);  in nvmet_rdma_map_sgl_inline()709 				offsetof(struct nvme_common_command, dptr);  in nvmet_rdma_map_sgl()
 721 				offsetof(struct nvme_common_command, dptr);  in nvmet_rdma_map_sgl()
 726 		rsp->req.error_loc = offsetof(struct nvme_common_command, dptr);  in nvmet_rdma_map_sgl()
 
 | 
| D | io-cmd-file.c | 392 		req->error_loc = offsetof(struct nvme_common_command, opcode);  in nvmet_file_parse_io_cmd()
 | 
| D | fc.c | 1777 	struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common;  in nvmet_fc_prep_fcp_rsp()2083 	struct nvme_common_command *sqe = &fod->cmdiubuf.sqe.common;  in __nvmet_fc_fcp_nvme_cmd_done()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | nvme.h | 672 struct nvme_common_command {  struct1214 		struct nvme_common_command common;
 
 | 
| /Linux-v5.4/drivers/nvme/host/ | 
| D | lightnvm.c | 99 		struct nvme_common_command common;
 | 
| D | core.c | 4209 	BUILD_BUG_ON(sizeof(struct nvme_common_command) != 64);  in _nvme_check_size()
 | 
| /Linux-v5.4/drivers/scsi/lpfc/ | 
| D | lpfc_nvme.c | 1509 	struct nvme_common_command *sqe;  in lpfc_nvme_fcp_io_submit()
 |