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

/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

Completed in 317 milliseconds