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

/linux-4.1.27/drivers/scsi/
H A D3w-9xxx.c126 static char *twa_aen_severity_lookup(unsigned char severity_code);
462 static char *twa_aen_severity_lookup(unsigned char severity_code) twa_aen_severity_lookup() argument
466 if ((severity_code < (unsigned char) TW_AEN_SEVERITY_ERROR) || twa_aen_severity_lookup()
467 (severity_code > (unsigned char) TW_AEN_SEVERITY_DEBUG)) twa_aen_severity_lookup()
470 retval = twa_aen_severity_table[severity_code]; twa_aen_severity_lookup()
H A D3w-sas.c210 static char *twl_aen_severity_lookup(unsigned char severity_code) twl_aen_severity_lookup() argument
214 if ((severity_code < (unsigned char) TW_AEN_SEVERITY_ERROR) || twl_aen_severity_lookup()
215 (severity_code > (unsigned char) TW_AEN_SEVERITY_DEBUG)) twl_aen_severity_lookup()
218 retval = twl_aen_severity_table[severity_code]; twl_aen_severity_lookup()

Completed in 49 milliseconds