AUVIA_DMALIST_MAX
if (sc->bufsize / blk > AUVIA_DMALIST_MAX)
blk = sc->bufsize / AUVIA_DMALIST_MAX + 1;
if (segs > AUVIA_DMALIST_MAX) {