Home
last modified time | relevance | path

Searched defs:isa_dma_cookie (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/i386/isa/
H A Disa_machdep.h122 struct isa_dma_cookie { struct
123 int id_flags; /* flags; see below */
125 void *id_origbuf; /* pointer to orig buffer if
127 bus_size_t id_origbuflen; /* ...and size */
129 void *id_bouncebuf; /* pointer to the bounce buffer */
130 bus_size_t id_bouncebuflen; /* ...and size */
131 int id_nbouncesegs; /* number of valid bounce segs */
132 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer
/openbsd/sys/arch/amd64/include/
H A Disa_machdep.h124 struct isa_dma_cookie { struct
125 int id_flags; /* flags; see below */
127 void *id_origbuf; /* pointer to orig buffer if
129 bus_size_t id_origbuflen; /* ...and size */
131 void *id_bouncebuf; /* pointer to the bounce buffer */
132 bus_size_t id_bouncebuflen; /* ...and size */
133 int id_nbouncesegs; /* number of valid bounce segs */
134 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer