Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ide/
Dide-atapi.c421 pc->flags |= PC_FLAG_DMA_ERROR; in ide_pc_intr()
442 if ((stat & ATA_ERR) || (pc->flags & PC_FLAG_DMA_ERROR)) { in ide_pc_intr()
700 if (pc->flags & PC_FLAG_DMA_ERROR) { in ide_issue_pc()
701 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-4.1.27/include/linux/
Dide.h320 PC_FLAG_DMA_ERROR = (1 << 5), enumerator