Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/
H A Drootnex.c1715 uint64_t maxsegmentsize_ll; in rootnex_coredma_allochdl() local
1834 maxsegmentsize_ll = MIN(seg, dma->dp_maxxfer); in rootnex_coredma_allochdl()
1835 maxsegmentsize_ll = MIN(maxsegmentsize_ll, count_max); in rootnex_coredma_allochdl()
1836 if (maxsegmentsize_ll == 0 || (maxsegmentsize_ll > 0xFFFFFFFF)) { in rootnex_coredma_allochdl()
1839 maxsegmentsize = maxsegmentsize_ll; in rootnex_coredma_allochdl()