Home
last modified time | relevance | path

Searched refs:PC_FLAG_DMA_ERROR (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/ide/
Dide-atapi.c447 pc->flags |= PC_FLAG_DMA_ERROR; in ide_pc_intr()
469 if ((stat & ATA_ERR) || (pc->flags & PC_FLAG_DMA_ERROR)) { in ide_pc_intr()
727 if (pc->flags & PC_FLAG_DMA_ERROR) { in ide_issue_pc()
728 pc->flags &= ~PC_FLAG_DMA_ERROR; in ide_issue_pc()
Dide-tape.c285 if (pc->flags & PC_FLAG_DMA_ERROR) in idetape_analyze_error()
/kernel/linux/linux-5.10/include/linux/
Dide.h365 PC_FLAG_DMA_ERROR = BIT(5), enumerator