Searched defs:intio_dma_cookie (Results 1 – 1 of 1) sorted by relevance
156 struct intio_dma_cookie { struct157 int id_flags; /* flags; see below */164 void *id_origbuf; /* pointer to orig buffer if166 bus_size_t id_origbuflen; /* ...and size */167 int id_buftype; /* type of buffer */169 void *id_bouncebuf; /* pointer to the bounce buffer */170 bus_size_t id_bouncebuflen; /* ...and size */171 int id_nbouncesegs; /* number of valid bounce segs */172 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer