Lines Matching refs:stop
148 (mrq->stop && mrq->stop->error == -EILSEQ))) in mmc_request_done()
197 if (mrq->stop) { in mmc_request_done()
199 mmc_hostname(host), mrq->stop->opcode, in mmc_request_done()
200 mrq->stop->error, in mmc_request_done()
201 mrq->stop->resp[0], mrq->stop->resp[1], in mmc_request_done()
202 mrq->stop->resp[2], mrq->stop->resp[3]); in mmc_request_done()
290 if (mrq->stop) { in mmc_mrq_pr_debug()
292 mmc_hostname(host), mrq->stop->opcode, in mmc_mrq_pr_debug()
293 mrq->stop->arg, mrq->stop->flags); in mmc_mrq_pr_debug()
324 if (mrq->stop) { in mmc_mrq_prep()
325 mrq->data->stop = mrq->stop; in mmc_mrq_prep()
326 mrq->stop->error = 0; in mmc_mrq_prep()
327 mrq->stop->mrq = mrq; in mmc_mrq_prep()
796 int stop; in __mmc_claim_host() local
805 stop = abort ? atomic_read(abort) : 0; in __mmc_claim_host()
806 if (stop || !host->claimed || mmc_ctx_matches(host, ctx, task)) in __mmc_claim_host()
813 if (!stop) { in __mmc_claim_host()
827 return stop; in __mmc_claim_host()