Home
last modified time | relevance | path

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

/freebsd/sys/dev/xdma/
H A Dxdma_sg.c148 xchan->maxsegsize * xchan->maxnsegs, /* maxsize */ in xchan_bufs_alloc_busdma()
149 xchan->maxnsegs, /* nsegments */ in xchan_bufs_alloc_busdma()
248 bus_size_t maxsegsize, bus_size_t maxnsegs, in xdma_prep_sg() argument
267 xchan->maxnsegs = maxnsegs; in xdma_prep_sg()
273 if (xchan->maxnsegs > XDMA_MAX_SEG) { in xdma_prep_sg()
592 (c > xchan->maxnsegs)) in xdma_process()
609 if ((c + n + xchan->maxnsegs) >= XDMA_SGLIST_MAXLEN) { in xdma_process()
H A Dxdma.h175 bus_size_t maxnsegs; member