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.c2306 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()
2418 if (dma->dp_window) { in rootnex_coredma_get_cookies()
2459 if (dma->dp_window) { in rootnex_coredma_set_cookies()
2497 if (dma->dp_window) { in rootnex_coredma_clear_cookies()
2635 dma->dp_window = NULL; in rootnex_clean_dmahdl()
3281 window = &dma->dp_window[0]; in rootnex_bind_slowpath()
3610 dma->dp_window = windowp; in rootnex_setup_windows()
4301 if (dma->dp_window == NULL) { in rootnex_coredma_sync()
4510 if (dma->dp_window == NULL) { in rootnex_coredma_win()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Drootnex.h291 rootnex_window_t *dp_window; member