Lines Matching refs:eflags
368 static void ata_ering_record(struct ata_ering *ering, unsigned int eflags,
379 ent->eflags = eflags;
416 ent->eflags |= ATA_EFLAG_OLD_ER;
1633 static int ata_eh_categorize_error(unsigned int eflags, unsigned int err_mask,
1638 if (!(eflags & ATA_EFLAG_DUBIOUS_XFER))
1650 if (eflags & ATA_EFLAG_IS_IO) {
1672 if ((ent->eflags & ATA_EFLAG_OLD_ER) || (ent->timestamp < arg->since))
1675 cat = ata_eh_categorize_error(ent->eflags, ent->err_mask,
1785 * @eflags: mask of ATA_EFLAG_* flags
1800 unsigned int eflags, unsigned int err_mask)
1808 if (ata_eh_categorize_error(eflags, err_mask, &xfer_ok) == 0)
1812 ata_ering_record(&dev->ering, eflags, err_mask);
1927 unsigned int all_err_mask = 0, eflags = 0;
1994 eflags |= ATA_EFLAG_IS_IO;
2011 else if (((eflags & ATA_EFLAG_IS_IO) && all_err_mask) ||
2012 (!(eflags & ATA_EFLAG_IS_IO) && (all_err_mask & ~AC_ERR_DEV)))
2036 eflags |= ATA_EFLAG_DUBIOUS_XFER;
2037 ehc->i.action |= ata_eh_speed_down(dev, eflags, all_err_mask);
3065 ent->eflags &= ~ATA_EFLAG_DUBIOUS_XFER;
3407 if ((ent->eflags & ATA_EFLAG_OLD_ER) ||