Home
last modified time | relevance | path

Searched refs:accumulated_bytes (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/kpc2000/kpc_dma/
Ddma.c46 eng->accumulated_bytes = 0; in ndd_irq_worker()
50 eng->accumulated_bytes += cur->DescByteCount; in ndd_irq_worker()
59 transfer_complete_cb(cur->acd, eng->accumulated_bytes, eng->accumulated_flags | ACD_FLAG_DONE); in ndd_irq_worker()
Dkpc_dma_driver.h36 size_t accumulated_bytes; member