Lines Matching defs:ipr_error_table
219 struct ipr_error_table_t ipr_error_table[] = {
2474 * ipr_get_error - Find the specfied IOASC in the ipr_error_table.
2477 * This function will return the index of into the ipr_error_table
2482 * index into the ipr_error_table
2488 for (i = 0; i < ARRAY_SIZE(ipr_error_table); i++)
2489 if (ipr_error_table[i].ioasc == (ioasc & IPR_IOASC_IOASC_MASK))
2532 if (!ipr_error_table[error_index].log_hcam)
2544 ipr_hcam_err(hostrcb, "%s\n", ipr_error_table[error_index].error);
2549 if (ioa_cfg->log_level < ipr_error_table[error_index].log_hcam)
6262 if (ipr_error_table[error_index].log_ioasa == 0)
6266 ipr_res_err(ioa_cfg, res, "%s\n", ipr_error_table[error_index].error);