|
|
#include <sys/conf.h>
#include <sys/ddi.h>
#include <sys/sunddi.h> int ddi_dma_curwin(ddi_dma_handle_t handle, off_t *offp, u_int *lenp);
Solaris SPARC DDI specific (Solaris SPARC DDI).
ddi_dma_curwin() reports the current DMA window offset and size. If a DMA mapping allows partial mapping, that is if the DDI_DMA_PARTIAL flag in the ddi_dma_req.9s structure is set, its current (effective) DMA window offset and size can be obtained by a call to ddi_dma_curwin().
ddi_dma_curwin() returns:
ddi_dma_curwin() can be called from user or interrupt context.
|
|
Created by unroff & hp-tools. © by Hans-Peter Bischof. All Rights Reserved (1997).
Last modified 21/April/97