Searched refs:error_loc (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/drivers/nvme/target/ |
| D | fabrics-cmd.c | 19 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() 178 req->error_loc = offsetof(struct nvmf_connect_command, recfmt); in nvmet_execute_admin_connect() 195 req->error_loc = in nvmet_execute_admin_connect() 292 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_parse_connect_cmd() [all …]
|
| D | discovery.c | 178 req->error_loc = in nvmet_execute_disc_get_log_page() 251 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_disc_identify() 313 req->error_loc = in nvmet_execute_disc_set_features() 338 req->error_loc = in nvmet_execute_disc_get_features() 354 req->error_loc = in nvmet_parse_discovery_cmd() 380 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() 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 …]
|
| D | admin-cmd.c | 84 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() 477 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_ns() 612 req->error_loc = offsetof(struct nvme_identify, nsid); in nvmet_execute_identify_desclist() 659 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_identify() 700 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_set_feat_write_protect() 744 req->error_loc = offsetof(struct nvme_common_command, cdw11); in nvmet_set_feat_async_event() 790 req->error_loc = offsetof(struct nvme_common_command, cdw10); in nvmet_execute_set_features() 805 req->error_loc = offsetof(struct nvme_common_command, nsid); in nvmet_get_feat_write_protect() 876 req->error_loc = in nvmet_execute_get_features() [all …]
|
| D | io-cmd-bdev.c | 120 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() 456 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_bdev_parse_io_cmd()
|
| D | rdma.c | 859 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()
|
| D | io-cmd-file.c | 405 req->error_loc = offsetof(struct nvme_common_command, opcode); in nvmet_file_parse_io_cmd()
|
| D | nvmet.h | 351 u16 error_loc; member
|
| /Linux-v5.10/include/linux/platform_data/ |
| D | elm.h | 32 int error_loc[16]; member
|
| /Linux-v5.10/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()
|