Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ide/
Dide-atapi.c448 pc->flags |= PC_FLAG_DMA_ERROR; in ide_pc_intr()
470 if ((stat & ATA_ERR) || (pc->flags & PC_FLAG_DMA_ERROR)) { in ide_pc_intr()
728 if (pc->flags & PC_FLAG_DMA_ERROR) { in ide_issue_pc()
729 pc->flags &= ~PC_FLAG_DMA_ERROR; in ide_issue_pc()
Dide-tape.c284 if (pc->flags & PC_FLAG_DMA_ERROR) in idetape_analyze_error()
/Linux-v5.4/include/linux/
Dide.h365 PC_FLAG_DMA_ERROR = BIT(5), enumerator