Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/
H A Drootnex.c1716 uint_t maxsegmentsize; in rootnex_coredma_allochdl() local
1837 maxsegmentsize = 0xFFFFFFFF; in rootnex_coredma_allochdl()
1839 maxsegmentsize = maxsegmentsize_ll; in rootnex_coredma_allochdl()
1841 dma->dp_sglinfo.si_max_cookie_size = maxsegmentsize; in rootnex_coredma_allochdl()
1846 e = rootnex_valid_alloc_parms(attr, maxsegmentsize); in rootnex_coredma_allochdl()
2681 rootnex_valid_alloc_parms(ddi_dma_attr_t *attr, uint_t maxsegmentsize) in rootnex_valid_alloc_parms() argument
2701 if (maxsegmentsize < MMU_PAGESIZE) { in rootnex_valid_alloc_parms()