Lines Matching refs:dp_sglinfo

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()
1980 sinfo = &dma->dp_sglinfo; in rootnex_coredma_bindhdl()
2143 rootnex_dvma_get_sgl(dmao, dma->dp_cookies, &dma->dp_sglinfo); in rootnex_coredma_bindhdl()
2145 rootnex_get_sgl(dmao, dma->dp_cookies, &dma->dp_sglinfo); in rootnex_coredma_bindhdl()
2437 *ccountp = dma->dp_sglinfo.si_sgl_size; in rootnex_coredma_get_cookies()
2482 ASSERT(ccount == dma->dp_sglinfo.si_sgl_size); in rootnex_coredma_set_cookies()
2522 ccount = dma->dp_sglinfo.si_sgl_size; in rootnex_coredma_clear_cookies()
2659 dma->dp_sglinfo.si_copybuf_req = 0; in rootnex_clean_dmahdl()
3266 sinfo = &dma->dp_sglinfo; in rootnex_bind_slowpath()
3478 sinfo = &dma->dp_sglinfo; in rootnex_setup_copybuf()
3578 sinfo = &dma->dp_sglinfo; in rootnex_setup_windows()
3749 for (i = 0; i < dma->dp_sglinfo.si_max_pages; i++) { in rootnex_teardown_copybuf()
3838 sinfo = &dma->dp_sglinfo; in rootnex_setup_cookie()
4220 sinfo = &dma->dp_sglinfo; in rootnex_copybuf_window_boundary()
4534 sinfo = &dma->dp_sglinfo; in rootnex_coredma_sync()
4743 sinfo = &dma->dp_sglinfo; in rootnex_coredma_win()
4769 *ccountp = dma->dp_sglinfo.si_sgl_size; in rootnex_coredma_win()
5072 for (i = 0; i < dma->dp_sglinfo.si_sgl_size; i++) { in rootnex_dma_check()