Searched refs:do_dma (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mmc/host/
H A Ddavinci_mmc.c188 bool do_dma; member in struct:mmc_davinci_host
311 if (host->do_dma)
337 if (!host->do_dma)
342 if (!host->do_dma)
350 if (!host->do_dma && (host->data_dir == DAVINCI_MMC_DATADIR_WRITE))
358 if (!host->do_dma && host->bytes_left <= poll_threshold) {
467 host->do_dma = 1;
595 host->do_dma = 0;
771 if (host->do_dma) {
776 host->do_dma
[all...]
H A Dmxcmmc.c126 int do_dma; member in struct:mxcmci_host
236 return host->do_dma;
307 host->do_dma = 0;
334 host->do_dma = 0;
763 host->do_dma = 1;
856 host->do_dma = 0;
/linux-master/drivers/net/
H A Dvirtio_net.c218 bool do_dma; member in struct:receive_queue
710 if (buf && rq->do_dma)
723 if (!rq->do_dma) {
753 if (rq->do_dma) {
811 vi->rq[i].do_dma = true;
823 if (rq->do_dma)
1884 if (rq->do_dma)
1999 if (rq->do_dma)
4290 if (vi->rq[i].do_dma && vi->rq[i].last_dma)

Completed in 129 milliseconds