Lines Matching refs:dp_maxxfer
1823 dma->dp_maxxfer = attr->dma_attr_maxxfer - in rootnex_coredma_allochdl()
1827 dma->dp_maxxfer = attr->dma_attr_maxxfer - in rootnex_coredma_allochdl()
1831 dma->dp_maxxfer = attr->dma_attr_maxxfer; in rootnex_coredma_allochdl()
1834 maxsegmentsize_ll = MIN(seg, dma->dp_maxxfer); in rootnex_coredma_allochdl()
2169 (dmao->dmao_size < dma->dp_maxxfer)) { in rootnex_coredma_bindhdl()
3288 (dmao->dmao_size > dma->dp_maxxfer) || in rootnex_bind_slowpath()
3409 dma->dp_maxxfer) { in rootnex_bind_slowpath()
3633 if (dmao->dmao_size > dma->dp_maxxfer) { in rootnex_setup_windows()
3635 dma->dp_maxxfer) + 1 + 2; in rootnex_setup_windows()
4169 if ((*windowp)->wd_size > dma->dp_maxxfer) { in rootnex_sgllen_window_boundary()
4175 trim_sz = (*windowp)->wd_size - dma->dp_maxxfer; in rootnex_sgllen_window_boundary()
4181 ASSERT((*windowp)->wd_size == dma->dp_maxxfer); in rootnex_sgllen_window_boundary()
4431 ASSERT((*windowp)->wd_size < dma->dp_maxxfer); in rootnex_copybuf_window_boundary()
4463 trim_sz = ((*windowp)->wd_size + cookie->dmac_size) - dma->dp_maxxfer; in rootnex_maxxfer_window_boundary()
4465 ASSERT(trim_sz <= dma->dp_maxxfer); in rootnex_maxxfer_window_boundary()
4480 (*windowp)->wd_size = dma->dp_maxxfer; in rootnex_maxxfer_window_boundary()