Searched refs:XDMA_SGLIST_MAXLEN (Results 1 – 3 of 3) sorted by relevance
51 sz = (sizeof(struct xdma_sglist) * XDMA_SGLIST_MAXLEN); in xchan_sglist_alloc()
229 #define XDMA_SGLIST_MAXLEN 2048 macro
609 if ((c + n + xchan->maxnsegs) >= XDMA_SGLIST_MAXLEN) { in xdma_process()