Searched refs:maxsegmentsize (Results 1 – 1 of 1) sorted by relevance
1716 uint_t maxsegmentsize; in rootnex_coredma_allochdl() local1837 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() argument2701 if (maxsegmentsize < MMU_PAGESIZE) { in rootnex_valid_alloc_parms()