Lines Matching refs:eflags
372 static void ata_ering_record(struct ata_ering *ering, unsigned int eflags,
383 ent->eflags = eflags;
420 ent->eflags |= ATA_EFLAG_OLD_ER;
1645 static int ata_eh_categorize_error(unsigned int eflags, unsigned int err_mask,
1650 if (!(eflags & ATA_EFLAG_DUBIOUS_XFER))
1662 if (eflags & ATA_EFLAG_IS_IO) {
1684 if ((ent->eflags & ATA_EFLAG_OLD_ER) || (ent->timestamp < arg->since))
1687 cat = ata_eh_categorize_error(ent->eflags, ent->err_mask,
1797 * @eflags: mask of ATA_EFLAG_* flags
1812 unsigned int eflags, unsigned int err_mask)
1820 if (ata_eh_categorize_error(eflags, err_mask, &xfer_ok) == 0)
1824 ata_ering_record(&dev->ering, eflags, err_mask);
2029 unsigned int all_err_mask = 0, eflags = 0;
2104 eflags |= ATA_EFLAG_IS_IO;
2121 else if (((eflags & ATA_EFLAG_IS_IO) && all_err_mask) ||
2122 (!(eflags & ATA_EFLAG_IS_IO) && (all_err_mask & ~AC_ERR_DEV)))
2146 eflags |= ATA_EFLAG_DUBIOUS_XFER;
2147 ehc->i.action |= ata_eh_speed_down(dev, eflags, all_err_mask);
3205 ent->eflags &= ~ATA_EFLAG_DUBIOUS_XFER;
3547 if ((ent->eflags & ATA_EFLAG_OLD_ER) ||