Searched refs:error_index (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | 3w-9xxx.c | 382 event = tw_dev->event_queue[tw_dev->error_index]; in twa_aen_queue_event() 420 if ((tw_dev->error_index + 1) == TW_Q_LENGTH) in twa_aen_queue_event() 422 tw_dev->error_index = (tw_dev->error_index + 1 ) % TW_Q_LENGTH; in twa_aen_queue_event() 754 if (!tw_dev->error_index) { in twa_chrdev_ioctl() 760 event_index = (tw_dev->error_index - 1 + TW_Q_LENGTH) % TW_Q_LENGTH; in twa_chrdev_ioctl() 771 event_index = tw_dev->error_index; in twa_chrdev_ioctl() 773 if (!tw_dev->error_index) { in twa_chrdev_ioctl() 793 start_index = tw_dev->error_index; in twa_chrdev_ioctl() 795 if (!tw_dev->error_index) { in twa_chrdev_ioctl() 822 start_index = tw_dev->error_index; in twa_chrdev_ioctl() [all …]
|
| H A D | 3w-sas.h | 379 unsigned char error_index; member
|
| H A D | 3w-9xxx.h | 665 unsigned char error_index; member
|
| H A D | 3w-sas.c | 232 event = tw_dev->event_queue[tw_dev->error_index]; in twl_aen_queue_event() 265 tw_dev->error_index = (tw_dev->error_index + 1 ) % TW_Q_LENGTH; in twl_aen_queue_event()
|
| H A D | ipr.c | 2508 int error_index; in ipr_handle_log_data() local 2529 error_index = ipr_get_error(ioasc); in ipr_handle_log_data() 2531 if (!ipr_error_table[error_index].log_hcam) in ipr_handle_log_data() 2543 ipr_hcam_err(hostrcb, "%s\n", ipr_error_table[error_index].error); in ipr_handle_log_data() 2548 if (ioa_cfg->log_level < ipr_error_table[error_index].log_hcam) in ipr_handle_log_data() 6237 int error_index; in ipr_dump_ioasa() local 6249 error_index = ipr_get_error(fd_ioasc); in ipr_dump_ioasa() 6251 error_index = ipr_get_error(ioasc); in ipr_dump_ioasa() 6261 if (ipr_error_table[error_index].log_ioasa == 0) in ipr_dump_ioasa() 6265 ipr_res_err(ioa_cfg, res, "%s\n", ipr_error_table[error_index].error); in ipr_dump_ioasa()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_ctx.h | 84 RK_U8 error_index; member
|
| H A D | hal_h265d_vdpu382.c | 837 reg_ctx->error_index = dxva_cxt->pp.CurrPic.Index7Bits; in hal_h265d_vdpu382_gen_regs() 861 reg_ctx->error_index = dxva_cxt->pp.RefPicList[i].Index7Bits; in hal_h265d_vdpu382_gen_regs() 876 if ((reg_ctx->error_index == dxva_cxt->pp.CurrPic.Index7Bits) && !dxva_cxt->pp.IntraPicFlag) { in hal_h265d_vdpu382_gen_regs() 896 mv_buf = hal_bufs_get_buf(reg_ctx->cmv_bufs, reg_ctx->error_index); in hal_h265d_vdpu382_gen_regs() 901 mv_buf = hal_bufs_get_buf(reg_ctx->cmv_bufs, reg_ctx->error_index); in hal_h265d_vdpu382_gen_regs() 905 if (reg_ctx->error_index == dxva_cxt->pp.CurrPic.Index7Bits) in hal_h265d_vdpu382_gen_regs()
|
| H A D | hal_h265d_vdpu34x.c | 1044 reg_ctx->error_index = dxva_cxt->pp.CurrPic.Index7Bits; in hal_h265d_vdpu34x_gen_regs() 1066 reg_ctx->error_index = dxva_cxt->pp.RefPicList[i].Index7Bits; in hal_h265d_vdpu34x_gen_regs() 1080 if ((reg_ctx->error_index == dxva_cxt->pp.CurrPic.Index7Bits) && !dxva_cxt->pp.IntraPicFlag) { in hal_h265d_vdpu34x_gen_regs() 1101 mv_buf = hal_bufs_get_buf(reg_ctx->cmv_bufs, reg_ctx->error_index); in hal_h265d_vdpu34x_gen_regs() 1107 mv_buf = hal_bufs_get_buf(reg_ctx->cmv_bufs, reg_ctx->error_index); in hal_h265d_vdpu34x_gen_regs() 1111 if (reg_ctx->error_index == dxva_cxt->pp.CurrPic.Index7Bits) in hal_h265d_vdpu34x_gen_regs()
|
| /OK3568_Linux_fs/kernel/tools/power/x86/intel-speed-select/ |
| H A D | isst-display.c | 737 static int error_index; in isst_display_error_info_message() local 758 snprintf(header, sizeof(header), "Error%d", error_index++); in isst_display_error_info_message() 760 snprintf(header, sizeof(header), "Information:%d", error_index++); in isst_display_error_info_message()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/ |
| H A D | smartpqi.h | 271 __le16 error_index; member 305 __le16 error_index; member 317 __le16 error_index; member
|
| H A D | smartpqi_init.c | 2962 (get_unaligned_le16(&response->error_index) * in pqi_process_io_intr() 4085 ((struct pqi_raid_path_request *)request)->error_index = in pqi_submit_raid_request_synchronous() 4960 request->error_index = request->request_id; in pqi_raid_submit_scsi_cmd_with_io_request() 5248 request->error_index = request->request_id; in pqi_aio_submit_io() 8975 error_index) != 27); in verify_structures() 9008 error_index) != 48); in verify_structures() 9027 error_index) != 10); in verify_structures()
|