Searched refs:ATA_S_ERROR (Results 1 – 12 of 12) sorted by relevance
120 if (request->status & ATA_S_ERROR) in ata_begin_transaction()260 if ((request->status & ATA_S_ERROR) || in ata_end_transaction()266 if (request->status & ATA_S_ERROR) { in ata_end_transaction()329 if (request->status & ATA_S_ERROR) in ata_end_transaction()332 request->status |= ATA_S_ERROR; in ata_end_transaction()337 if ((request->status & ATA_S_ERROR) || in ata_end_transaction()364 request->status = ATA_S_ERROR; in ata_end_transaction()374 request->status = ATA_S_ERROR; in ata_end_transaction()391 request->status = ATA_S_ERROR; in ata_end_transaction()419 request->status = ATA_S_ERROR; in ata_end_transaction()[all …]
866 (request->status & ATA_S_ERROR) == 0 && in ata_cam_process_sense()898 } else if (request->status & ATA_S_ERROR) { in ata_cam_end_transaction()917 ((request->status & ATA_S_ERROR) || in ata_cam_end_transaction()
71 #define ATA_S_ERROR 0x01 /* error */ macro
350 if (fis[2] & ATA_S_ERROR) { in ahci_write_fis()386 if (fis[2] & ATA_S_ERROR) { in ahci_write_fis_sdb()422 if (fis[2] & ATA_S_ERROR) { in ahci_write_fis_d2h()854 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in ahci_handle_dsm_trim()857 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in ahci_handle_dsm_trim()1002 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in ahci_handle_read_log()1021 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in ahci_handle_read_log()1039 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in handle_identify()1181 (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR); in handle_atapi_identify()1210 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
827 if (status & (ATA_S_BUSY | ATA_S_DRQ | ATA_S_ERROR)) in mvs_getstatus()862 if (status & ATA_S_ERROR) { in mvs_legacy_intr()997 if (status & (ATA_S_ERROR | ATA_S_DWF)) in mvs_legacy_intr()2126 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()