Searched refs:ipr_error_table (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/
H A Dipr.c215 struct ipr_error_table_t ipr_error_table[] = { variable in typeref:struct:ipr_error_table_t
2386 * ipr_get_error - Find the specfied IOASC in the ipr_error_table.
2389 * This function will return the index of into the ipr_error_table
2394 * index into the ipr_error_table
2400 for (i = 0; i < ARRAY_SIZE(ipr_error_table); i++)
2401 if (ipr_error_table[i].ioasc == (ioasc & IPR_IOASC_IOASC_MASK))
2444 if (!ipr_error_table[error_index].log_hcam)
2456 ipr_hcam_err(hostrcb, "%s\n", ipr_error_table[error_index].error);
2461 if (ioa_cfg->log_level < ipr_error_table[error_index].log_hcam)
5944 if (ipr_error_table[error_inde
[all...]

Completed in 166 milliseconds