Searched refs:dp_sglinfo (Results 1 – 2 of 2) sorted by relevance
1755 dma->dp_sglinfo.si_flags = attr->dma_attr_flags; in rootnex_coredma_allochdl()1756 dma->dp_sglinfo.si_min_addr = attr->dma_attr_addr_lo; in rootnex_coredma_allochdl()1766 dma->dp_sglinfo.si_max_addr = attr->dma_attr_seg; in rootnex_coredma_allochdl()1767 dma->dp_sglinfo.si_flags &= ~_DDI_DMA_BOUNCE_ON_SEG; in rootnex_coredma_allochdl()1769 dma->dp_sglinfo.si_max_addr = attr->dma_attr_addr_hi; in rootnex_coredma_allochdl()1776 if (attr->dma_attr_seg >= dma->dp_sglinfo.si_max_addr) in rootnex_coredma_allochdl()1777 dma->dp_sglinfo.si_cancross = B_FALSE; in rootnex_coredma_allochdl()1779 dma->dp_sglinfo.si_cancross = B_TRUE; in rootnex_coredma_allochdl()1841 dma->dp_sglinfo.si_max_cookie_size = maxsegmentsize; in rootnex_coredma_allochdl()1842 dma->dp_sglinfo.si_segmask = attr->dma_attr_seg; in rootnex_coredma_allochdl()[all …]
249 rootnex_sglinfo_t dp_sglinfo; member