Lines Matching defs:err_mask
867 if (qc->err_mask ||
971 if (qc->err_mask ||
978 ata_dev_warn(dev, "could not decode error status 0x%x err_mask 0x%x\n",
979 tf->command, qc->err_mask);
1646 int need_sense = (qc->err_mask != 0);
2503 if (qc->err_mask && ((qc->err_mask & AC_ERR_DEV) == 0)) {
2593 unsigned int err_mask = qc->err_mask;
2595 VPRINTK("ENTER, err_mask 0x%X\n", err_mask);
2599 (err_mask || qc->flags & ATA_QCFLAG_SENSE_VALID))) {
2632 if (unlikely(err_mask & AC_ERR_DEV)) {
2636 } else if (unlikely(err_mask)) {