Searched refs:dp_window (Results 1 – 2 of 2) sorted by relevance
2221 if ((dma->dp_window[dma->dp_current_win].wd_dosync) && in rootnex_coredma_bindhdl()2239 *ccountp = dma->dp_window[dma->dp_current_win].wd_cookie_cnt; in rootnex_coredma_bindhdl()2305 if (dma->dp_window && dma->dp_window[dma->dp_current_win].wd_dosync && in rootnex_coredma_unbindhdl()2391 if (dma->dp_window) { in rootnex_coredma_reset_cookies()2392 window = &dma->dp_window[dma->dp_current_win]; in rootnex_coredma_reset_cookies()2417 if (dma->dp_window) { in rootnex_coredma_get_cookies()2418 window = &dma->dp_window[dma->dp_current_win]; in rootnex_coredma_get_cookies()2458 if (dma->dp_window) { in rootnex_coredma_set_cookies()2459 window = &dma->dp_window[dma->dp_current_win]; in rootnex_coredma_set_cookies()2496 if (dma->dp_window) { in rootnex_coredma_clear_cookies()[all …]
291 rootnex_window_t *dp_window; member