Searched refs:ATA_S_ERROR (Results 1 – 12 of 12) sorted by relevance
121 if (request->status & ATA_S_ERROR) in ata_begin_transaction()261 if ((request->status & ATA_S_ERROR) || in ata_end_transaction()267 if (request->status & ATA_S_ERROR) { in ata_end_transaction()330 if (request->status & ATA_S_ERROR) in ata_end_transaction()333 request->status |= ATA_S_ERROR; in ata_end_transaction()338 if ((request->status & ATA_S_ERROR) || in ata_end_transaction()365 request->status = ATA_S_ERROR; in ata_end_transaction()375 request->status = ATA_S_ERROR; in ata_end_transaction()392 request->status = ATA_S_ERROR; in ata_end_transaction()420 request->status = ATA_S_ERROR; in ata_end_transaction()[all …]
868 (request->status & ATA_S_ERROR) == 0 && in ata_cam_process_sense()900 } else if (request->status & ATA_S_ERROR) { in ata_cam_end_transaction()919 ((request->status & ATA_S_ERROR) || in ata_cam_end_transaction()
71 #define ATA_S_ERROR 0x01 /* error */ macro
351 if (fis[2] & ATA_S_ERROR) { in ahci_write_fis()387 if (fis[2] & ATA_S_ERROR) { in ahci_write_fis_sdb()423 if (fis[2] & ATA_S_ERROR) { in ahci_write_fis_d2h()855 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in ahci_handle_dsm_trim()858 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in ahci_handle_dsm_trim()1003 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in ahci_handle_read_log()1022 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in ahci_handle_read_log()1040 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in handle_identify()1182 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in handle_atapi_identify()1211 tfd = (p->sense_key << 12) | ATA_S_READY | ATA_S_ERROR; in atapi_inquiry()[all …]
70 #define ATA_S_ERROR 0x01 /* error */ macro
185 return ATA_S_ERROR; in ata_dbdma_stop()191 return ATA_S_ERROR; in ata_dbdma_stop()197 return ATA_S_ERROR; in ata_dbdma_stop()
65 #define ATA_S_ERROR 0x01 /* error */ macro
66 #define ATA_S_ERROR 0x01 /* error */ macro
212 #define ATA_S_ERROR 0x01 /* error */ macro
828 if (status & (ATA_S_BUSY | ATA_S_DRQ | ATA_S_ERROR)) in mvs_getstatus()863 if (status & ATA_S_ERROR) { in mvs_legacy_intr()998 if (status & (ATA_S_ERROR | ATA_S_DWF)) in mvs_legacy_intr()2127 if (status & ATA_S_ERROR) in mvs_softreset()
67 #define ATA_S_ERROR 0x01 /* error */ macro
1742 if ((ATA_INL(ch->r_mem, AHCI_P_TFD) & ATA_S_ERROR) && in ahci_execute_transaction()