Searched defs:sgdma_state (Results 1 – 1 of 1) sorted by relevance
415 struct sgdma_state { struct416 const struct scatterlist *sglist;417 int sglen; /* number of sglist entries */418 int next_sglist; /* index of next sglist entry to process */419 unsigned int bytes_read; /* number of bytes read */420 unsigned int len; /* total length of sglist (excluding422 int queued_sglist; /* number of sglist entries queued for DMA */423 u32 csr; /* DMA return code */424 sgdma_callback_t callback;425 void *arg;