Lines Matching refs:error
298 cmd->error = -ETIMEDOUT;
303 * A bogus CRC error can appear if the msb of a 136 bit
310 cmd->error = -EILSEQ;
314 if (host->data && !cmd->error) {
345 data->error = -ETIMEDOUT;
347 data->error = -EILSEQ;
352 * This means that if there was an error on any block, we mark all
353 * data blocks as being in error.
355 if (!data->error)
491 * power should be rare so we print an error and
551 pr_err("%s: DMA error on %s channel\n", mmc_hostname(host->mmc),
553 host->data->error = -EIO;