Home
last modified time | relevance | path

Searched refs:error_loc (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dfabrics-cmd.c19 req->error_loc = in nvmet_execute_prop_set()
30 req->error_loc = in nvmet_execute_prop_set()
74 req->error_loc = in nvmet_execute_prop_get()
77 req->error_loc = in nvmet_execute_prop_get()
99 req->error_loc = offsetof(struct nvmf_common_command, fctype); in nvmet_parse_fabrics_cmd()
117 req->error_loc = offsetof(struct nvmf_connect_command, opcode); in nvmet_install_queue()
122 req->error_loc = offsetof(struct nvmf_connect_command, sqsize); in nvmet_install_queue()
179 req->error_loc = offsetof(struct nvmf_connect_command, recfmt); in nvmet_execute_admin_connect()
196 req->error_loc = in nvmet_execute_admin_connect()
293 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_connect_cmd()
[all …]
H A Ddiscovery.c178 req->error_loc = in nvmet_execute_disc_get_log_page()
186 req->error_loc = in nvmet_execute_disc_get_log_page()
253 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_disc_identify()
315 req->error_loc = in nvmet_execute_disc_set_features()
340 req->error_loc = in nvmet_execute_disc_get_features()
356 req->error_loc = in nvmet_parse_discovery_cmd()
382 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_discovery_cmd()
H A Dcore.c53 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()
710 if (!ctrl || req->error_loc == NVMET_NO_ERROR_LOC) in nvmet_set_error()
722 new_error_slot->param_error_location = cpu_to_le16(req->error_loc); in nvmet_set_error()
[all …]
H A Dadmin-cmd.c84 req->error_loc = offsetof(struct nvme_rw_command, nsid); in nvmet_get_smart_log_nsid()
318 req->error_loc = offsetof(struct nvme_get_log_page_command, lid); in nvmet_execute_get_log_page()
476 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns()
615 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_desclist()
662 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_identify()
703 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_set_feat_write_protect()
747 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event()
793 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_execute_set_features()
808 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_get_feat_write_protect()
879 req->error_loc = in nvmet_execute_get_features()
[all …]
H A Dio-cmd-bdev.c120 req->error_loc = offsetof(struct nvme_rw_command, length); in blk_to_nvme_status()
124 req->error_loc = offsetof(struct nvme_rw_command, slba); in blk_to_nvme_status()
127 req->error_loc = offsetof(struct nvme_common_command, opcode); in blk_to_nvme_status()
139 req->error_loc = offsetof(struct nvme_rw_command, nsid); in blk_to_nvme_status()
144 req->error_loc = offsetof(struct nvme_common_command, opcode); in blk_to_nvme_status()
454 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_bdev_parse_io_cmd()
H A Drdma.c859 rsp->req.error_loc = in nvmet_rdma_map_sgl_inline()
928 rsp->req.error_loc = in nvmet_rdma_map_sgl()
940 rsp->req.error_loc = in nvmet_rdma_map_sgl()
946 rsp->req.error_loc = offsetof(struct nvme_common_command, dptr); in nvmet_rdma_map_sgl()
H A Dio-cmd-file.c409 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_file_parse_io_cmd()
H A Dnvmet.h350 u16 error_loc; member
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Delm.h32 int error_loc[16]; member
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c499 uint32_t error_loc[ELM_MAX_ERROR_COUNT]; in omap_correct_data_bch() local
541 err = elm_check_error(calc_ecc, bch_type, &error_count, error_loc); in omap_correct_data_bch()
558 byte_pos = error_max - (error_loc[count] / 8) - 1; in omap_correct_data_bch()
559 bit_pos = error_loc[count] % 8; in omap_correct_data_bch()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Domap_elm.c306 err_vec[i].error_loc[j] = reg_val & in elm_error_correction()
H A Domap2.c1465 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()