Home
last modified time | relevance | path

Searched refs:XDMA_SGLIST_MAXLEN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/xdma/
H A Dxdma_sglist.c51 sz = (sizeof(struct xdma_sglist) * XDMA_SGLIST_MAXLEN); in xchan_sglist_alloc()
H A Dxdma.h229 #define XDMA_SGLIST_MAXLEN 2048 macro
H A Dxdma_sg.c609 if ((c + n + xchan->maxnsegs) >= XDMA_SGLIST_MAXLEN) { in xdma_process()