Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1708 uint_t maxsegmentsize; in rootnex_coredma_allochdl() local
1829 maxsegmentsize = 0xFFFFFFFF; in rootnex_coredma_allochdl()
1831 maxsegmentsize = maxsegmentsize_ll; in rootnex_coredma_allochdl()
1833 dma->dp_sglinfo.si_max_cookie_size = maxsegmentsize; in rootnex_coredma_allochdl()
1838 e = rootnex_valid_alloc_parms(attr, maxsegmentsize); in rootnex_coredma_allochdl()
2668 rootnex_valid_alloc_parms(ddi_dma_attr_t *attr, uint_t maxsegmentsize) in rootnex_valid_alloc_parms() argument
2688 if (maxsegmentsize < MMU_PAGESIZE) { in rootnex_valid_alloc_parms()