Searched refs:dma_complete (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Ds3cmci.h53 int dma_complete; member in struct:s3cmci_host
H A Dtmio_mmc.h112 struct tasklet_struct dma_complete; member in struct:tmio_mmc_host
H A Dtmio_mmc.c258 tasklet_schedule(&host->dma_complete);
262 tasklet_schedule(&host->dma_complete);
601 tasklet_init(&host->dma_complete, tmio_tasklet_fn, (unsigned long)host);
H A Ds3cmci.c804 host->dma_complete = 1;
835 if (s3cmci_host_usedma(host) && (!host->dma_complete)) {
837 host->dma_complete);
1099 host->dma_complete = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dhwmtm.c127 extern void dma_complete(struct s_smc *smc, volatile union s_fp_descr *descr,
1167 DB_RX("dma_complete for RxD %x",(void *)r,0,5) ;
1168 dma_complete(smc,(union s_fp_descr volatile *)r,DMA_WR);
1481 * dma_complete and mac_drv_clear_rxd for all RxDs / receive buffers
1505 DB_RX("dma_complete for RxD %x",(void *)r,0,5) ;
1506 dma_complete(smc,(union s_fp_descr volatile *)r,DMA_WR);
1932 * which were finished by the adapter. It calls dma_complete
1977 dma_complete(smc,
H A Dskfddi.c123 void dma_complete(struct s_smc *smc, volatile union s_fp_descr *descr,
1315 * dma_complete
1334 void dma_complete(struct s_smc *smc, volatile union s_fp_descr *descr, int flag) function
1361 } // dma_complete
1484 // The DMA mapping was released in dma_complete above.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Deni.c149 static int tx_complete = 0,dma_complete = 0,queued = 0,requeued = 0, variable
1208 dma_complete++;

Completed in 92 milliseconds