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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/pm8001/
H A Dpm8001_ctl.c329 static struct error_fw flash_error_table[] = variable in typeref:struct:error_fw
546 for (i = 0; flash_error_table[i].err_code != 0; i++) {
547 if (flash_error_table[i].err_code == pm8001_ha->fw_status)
554 flash_error_table[i].err_code,
555 flash_error_table[i].reason);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_ctl.c329 static struct error_fw flash_error_table[] = variable in typeref:struct:error_fw
546 for (i = 0; flash_error_table[i].err_code != 0; i++) {
547 if (flash_error_table[i].err_code == pm8001_ha->fw_status)
554 flash_error_table[i].err_code,
555 flash_error_table[i].reason);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_init.c338 static struct error_bios flash_error_table[] = variable in typeref:struct:error_bios
477 for (i = 0; flash_error_table[i].err_code != 0; i++) {
478 if (flash_error_table[i].err_code == asd_ha->bios_status)
485 flash_error_table[i].err_code,
486 flash_error_table[i].reason);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_init.c338 static struct error_bios flash_error_table[] = variable in typeref:struct:error_bios
477 for (i = 0; flash_error_table[i].err_code != 0; i++) {
478 if (flash_error_table[i].err_code == asd_ha->bios_status)
485 flash_error_table[i].err_code,
486 flash_error_table[i].reason);

Completed in 113 milliseconds