Lines Matching refs:error
299 cmd->error = -ETIMEDOUT;
304 * A bogus CRC error can appear if the msb of a 136 bit
311 cmd->error = -EILSEQ;
315 if (host->data && !cmd->error) {
346 data->error = -ETIMEDOUT;
348 data->error = -EILSEQ;
353 * This means that if there was an error on any block, we mark all
354 * data blocks as being in error.
356 if (!data->error)
492 * power should be rare so we print an error and
552 pr_err("%s: DMA error on %s channel\n", mmc_hostname(host->mmc),
554 host->data->error = -EIO;