Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c2222 if ((dma->dp_window[dma->dp_current_win].wd_dosync) && in rootnex_coredma_bindhdl()
2240 *ccountp = dma->dp_window[dma->dp_current_win].wd_cookie_cnt; in rootnex_coredma_bindhdl()
2306 if (dma->dp_window && dma->dp_window[dma->dp_current_win].wd_dosync && in rootnex_coredma_unbindhdl()
2392 if (dma->dp_window) { in rootnex_coredma_reset_cookies()
2393 window = &dma->dp_window[dma->dp_current_win]; in rootnex_coredma_reset_cookies()
2418 if (dma->dp_window) { in rootnex_coredma_get_cookies()
2419 window = &dma->dp_window[dma->dp_current_win]; in rootnex_coredma_get_cookies()
2459 if (dma->dp_window) { in rootnex_coredma_set_cookies()
2460 window = &dma->dp_window[dma->dp_current_win]; in rootnex_coredma_set_cookies()
2497 if (dma->dp_window) { in rootnex_coredma_clear_cookies()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Drootnex.h291 rootnex_window_t *dp_window; member