Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/
H A Drootnex.c2238 if ((dma->dp_window[dma->dp_current_win].wd_dosync) && in rootnex_coredma_bindhdl()
2256 *ccountp = dma->dp_window[dma->dp_current_win].wd_cookie_cnt; in rootnex_coredma_bindhdl()
2320 if (dma->dp_window && dma->dp_window[dma->dp_current_win].wd_dosync && in rootnex_coredma_unbindhdl()
2406 if (dma->dp_window) { in rootnex_coredma_reset_cookies()
2407 window = &dma->dp_window[dma->dp_current_win]; in rootnex_coredma_reset_cookies()
2431 if (dma->dp_window) { in rootnex_coredma_get_cookies()
2432 window = &dma->dp_window[dma->dp_current_win]; in rootnex_coredma_get_cookies()
2472 if (dma->dp_window) { in rootnex_coredma_set_cookies()
2473 window = &dma->dp_window[dma->dp_current_win]; in rootnex_coredma_set_cookies()
2510 if (dma->dp_window) { in rootnex_coredma_clear_cookies()
[all …]
/titanic_50/usr/src/uts/i86pc/sys/
H A Drootnex.h291 rootnex_window_t *dp_window; member