Searched defs:isadma_bounce_cookie (Results 1 – 1 of 1) sorted by relevance
61 struct isadma_bounce_cookie { struct62 int id_flags; /* flags; see below */69 void *id_origbuf; /* pointer to orig buffer if71 bus_size_t id_origbuflen; /* ...and size */72 int id_buftype; /* type of buffer */74 void *id_bouncebuf; /* pointer to the bounce buffer */75 bus_size_t id_bouncebuflen; /* ...and size */76 int id_nbouncesegs; /* number of valid bounce segs */77 bus_dma_segment_t id_bouncesegs[1]; /* array of bounce buffer