Searched refs:error_loc (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/nvme/target/ |
D | fabrics-cmd.c | 16 req->error_loc = in nvmet_execute_prop_set() 27 req->error_loc = in nvmet_execute_prop_set() 68 req->error_loc = in nvmet_execute_prop_get() 71 req->error_loc = in nvmet_execute_prop_get() 95 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_fabrics_cmd() 112 req->error_loc = offsetof(struct nvmf_connect_command, opcode); in nvmet_install_queue() 117 req->error_loc = offsetof(struct nvmf_connect_command, sqsize); in nvmet_install_queue() 166 req->error_loc = offsetof(struct nvmf_connect_command, recfmt); in nvmet_execute_admin_connect() 183 req->error_loc = in nvmet_execute_admin_connect() 274 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_connect_cmd() [all …]
|
D | io-cmd-bdev.c | 93 req->error_loc = offsetof(struct nvme_rw_command, length); in blk_to_nvme_status() 97 req->error_loc = offsetof(struct nvme_rw_command, slba); in blk_to_nvme_status() 100 req->error_loc = offsetof(struct nvme_common_command, opcode); in blk_to_nvme_status() 112 req->error_loc = offsetof(struct nvme_rw_command, nsid); 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 | discovery.c | 285 req->error_loc = in nvmet_execute_disc_set_features() 307 req->error_loc = in nvmet_execute_disc_get_features() 323 req->error_loc = in nvmet_parse_discovery_cmd() 355 req->error_loc = in nvmet_parse_discovery_cmd() 369 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_parse_discovery_cmd() 374 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_discovery_cmd()
|
D | core.c | 53 req->error_loc = offsetof(struct nvme_rw_command, length); in errno_to_nvme_status() 57 req->error_loc = offsetof(struct nvme_rw_command, slba); in errno_to_nvme_status() 61 req->error_loc = offsetof(struct nvme_common_command, opcode); in errno_to_nvme_status() 72 req->error_loc = offsetof(struct nvme_rw_command, nsid); 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() 682 if (!ctrl || req->error_loc == NVMET_NO_ERROR_LOC) in nvmet_set_error() 694 new_error_slot->param_error_location = cpu_to_le16(req->error_loc); in nvmet_set_error() [all …]
|
D | admin-cmd.c | 73 req->error_loc = offsetof(struct nvme_rw_command, nsid); in nvmet_get_smart_log_nsid() 415 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns() 539 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_desclist() 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() 762 req->error_loc = in nvmet_execute_get_features() 775 req->error_loc = in nvmet_execute_get_features() 892 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_admin_cmd()
|
D | rdma.c | 640 rsp->req.error_loc = in nvmet_rdma_map_sgl_inline() 708 rsp->req.error_loc = in nvmet_rdma_map_sgl() 720 rsp->req.error_loc = 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 | nvmet.h | 319 u16 error_loc; member
|
/Linux-v5.4/include/linux/platform_data/ |
D | elm.h | 32 int error_loc[16]; member
|
/Linux-v5.4/drivers/mtd/nand/raw/ |
D | omap_elm.c | 306 err_vec[i].error_loc[j] = reg_val & in elm_error_correction()
|
D | omap2.c | 1465 pos = err_vec[i].error_loc[j] + in omap_elm_correct_data() 1470 pos = err_vec[i].error_loc[j]; in omap_elm_correct_data()
|