Searched refs:drv_stat (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/ata/ |
D | libata-scsi.c | 826 static void ata_to_sense_error(unsigned id, u8 drv_stat, u8 drv_err, u8 *sk, in ata_to_sense_error() argument 875 if (drv_stat & ATA_BUSY) { in ata_to_sense_error() 899 if (stat_table[i][0] & drv_stat) { in ata_to_sense_error() 909 "status: 0x%02x\n", id, drv_stat); in ata_to_sense_error() 921 id, drv_stat, drv_err, *sk, *asc, *ascq); in ata_to_sense_error()
|