Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1747 dma->dp_sglinfo.si_flags = attr->dma_attr_flags; in rootnex_coredma_allochdl()
1748 dma->dp_sglinfo.si_min_addr = attr->dma_attr_addr_lo; in rootnex_coredma_allochdl()
1758 dma->dp_sglinfo.si_max_addr = attr->dma_attr_seg; in rootnex_coredma_allochdl()
1759 dma->dp_sglinfo.si_flags &= ~_DDI_DMA_BOUNCE_ON_SEG; in rootnex_coredma_allochdl()
1761 dma->dp_sglinfo.si_max_addr = attr->dma_attr_addr_hi; in rootnex_coredma_allochdl()
1768 if (attr->dma_attr_seg >= dma->dp_sglinfo.si_max_addr) in rootnex_coredma_allochdl()
1769 dma->dp_sglinfo.si_cancross = B_FALSE; in rootnex_coredma_allochdl()
1771 dma->dp_sglinfo.si_cancross = B_TRUE; in rootnex_coredma_allochdl()
1833 dma->dp_sglinfo.si_max_cookie_size = maxsegmentsize; in rootnex_coredma_allochdl()
1834 dma->dp_sglinfo.si_segmask = attr->dma_attr_seg; in rootnex_coredma_allochdl()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Drootnex.h249 rootnex_sglinfo_t dp_sglinfo; member