Lines Matching refs:dmac_laddress

2032 			cookie->dmac_laddress = dvs->dvs_start +  in rootnex_coredma_bindhdl()
2935 sgl[cnt].dmac_laddress = raddr; in rootnex_get_sgl()
2967 sgl[cnt].dmac_laddress = 0; in rootnex_get_sgl()
3026 sgl[cnt].dmac_laddress = raddr; in rootnex_get_sgl()
3032 sgl[cnt].dmac_laddress = 0; in rootnex_get_sgl()
3056 sgl[cnt].dmac_laddress = raddr; in rootnex_get_sgl()
3075 sgl[cnt].dmac_laddress = 0; in rootnex_get_sgl()
3131 sgl[cnt].dmac_laddress = paddr; in rootnex_dvma_get_sgl()
3162 sgl[cnt].dmac_laddress = paddr; in rootnex_dvma_get_sgl()
3175 sgl[cnt].dmac_laddress = 0; in rootnex_dvma_get_sgl()
3739 poff = cookie->dmac_laddress & MMU_PAGEOFFSET; in rootnex_setup_cookie()
3741 pfn = mfn_to_pfn(cookie->dmac_laddress >> MMU_PAGESHIFT); in rootnex_setup_cookie()
3782 cookie->dmac_laddress = ROOTNEX_PADDR_TO_RBASE(paddr); in rootnex_setup_cookie()
3908 (*windowp)->wd_trim.tr_last_paddr = cookie->dmac_laddress; in rootnex_sgllen_window_boundary()
3931 (*windowp)->wd_trim.tr_first_paddr = cookie->dmac_laddress + coffset; in rootnex_sgllen_window_boundary()
3959 (*windowp)->wd_trim.tr_last_paddr = cookie->dmac_laddress; in rootnex_sgllen_window_boundary()
3973 (*windowp)->wd_trim.tr_first_paddr = cookie->dmac_laddress + in rootnex_sgllen_window_boundary()
4077 (*windowp)->wd_trim.tr_last_paddr = cookie->dmac_laddress; in rootnex_copybuf_window_boundary()
4124 (*windowp)->wd_trim.tr_first_paddr = cookie->dmac_laddress + coffset; in rootnex_copybuf_window_boundary()
4174 poff = cookie->dmac_laddress & MMU_PAGEOFFSET; in rootnex_copybuf_window_boundary()
4178 cookie->dmac_laddress = ROOTNEX_PADDR_TO_RBASE(paddr); in rootnex_copybuf_window_boundary()
4239 (*windowp)->wd_trim.tr_last_paddr = cookie->dmac_laddress; in rootnex_maxxfer_window_boundary()
4264 (*windowp)->wd_trim.tr_first_paddr = cookie->dmac_laddress + in rootnex_maxxfer_window_boundary()
4545 window->wd_first_cookie->dmac_laddress = trim->tr_first_paddr; in rootnex_coredma_win()
4553 trim->tr_last_cookie->dmac_laddress = trim->tr_last_paddr; in rootnex_coredma_win()
4723 if ((fault_addr >= dma->dp_cookies[i].dmac_laddress) && in rootnex_dma_check()
4724 (fault_addr <= (dma->dp_cookies[i].dmac_laddress + in rootnex_dma_check()
4741 start_addr = window->wd_first_cookie[j].dmac_laddress; in rootnex_dma_check()