Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ide/
Dide-atapi.c431 pc->flags |= PC_FLAG_DMA_ERROR; in ide_pc_intr()
453 if ((stat & ATA_ERR) || (pc->flags & PC_FLAG_DMA_ERROR)) { in ide_pc_intr()
711 if (pc->flags & PC_FLAG_DMA_ERROR) { in ide_issue_pc()
712 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-v4.19/include/linux/
Dide.h364 PC_FLAG_DMA_ERROR = (1 << 5), enumerator