Query: ddi_dma_burstsizes
OS: centos
Section: 9f
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ddi_dma_burstsizes(9F) Kernel Functions for Drivers ddi_dma_burstsizes(9F)NAMEddi_dma_burstsizes - find out the allowed burst sizes for a DMA mappingSYNOPSIS#include <sys/conf.h> #include <sys/ddi.h> #include <sys/sunddi.h> int ddi_dma_burstsizes(ddi_dma_handle_t handle);INTERFACE LEVELSolaris DDI specific (Solaris DDI).PARAMETERShandle A DMA handle that was filled in by a successful call to ddi_dma_setup(9F).DESCRIPTIONddi_dma_burstsizes() returns the allowed burst sizes for a DMA mapping. This value is derived from the dlim_burstsizes member of the ddi_dma_lim_sparc(9S) structure, but it shows the allowable burstsizes after imposing on it the limitations of other device layers in addi- tion to device's own limitations.RETURN VALUESddi_dma_burstsizes() returns a binary encoded value of the allowable DMA burst sizes. See ddi_dma_lim_sparc(9S) for a discussion of DMA burst sizes.CONTEXTThis function can be called from user or interrupt context.SEE ALSOddi_dma_devalign(9F), ddi_dma_setup(9F), ddi_dma_lim_sparc(9S), ddi_dma_req(9S) Writing Device Drivers SunOS 5.10 1 Feb 1994 ddi_dma_burstsizes(9F)
Related Man Pages |
---|
ddi_dma_burstsizes(9f) - sunos |
ddi_dma_set_sbus64(9f) - sunos |
ddi_dma_burstsizes(9f) - hpux |
ddi_dma_burstsizes(9f) - xfree86 |
ddi_dma_burstsizes(9f) - bsd |
Similar Topics in the Unix Linux Community |
---|
What the term IO burst and CPU burst means? |