Searched defs:isadma_bounce_cookie (Results 1 – 2 of 2) sorted by relevance
57 struct isadma_bounce_cookie { struct58 int id_flags; /* flags; see below */65 void *id_origbuf; /* pointer to orig buffer if67 bus_size_t id_origbuflen; /* ...and size */68 int id_buftype; /* type of buffer */70 void *id_bouncebuf; /* pointer to the bounce buffer */71 bus_size_t id_bouncebuflen; /* ...and size */72 int id_nbouncesegs; /* number of valid bounce segs */73 bus_dma_segment_t id_bouncesegs[1]; /* array of bounce buffer
58 struct isadma_bounce_cookie { struct59 int id_flags; /* flags; see below */66 void *id_origbuf; /* pointer to orig buffer if68 bus_size_t id_origbuflen; /* ...and size */69 int id_buftype; /* type of buffer */71 void *id_bouncebuf; /* pointer to the bounce buffer */72 bus_size_t id_bouncebuflen; /* ...and size */73 int id_nbouncesegs; /* number of valid bounce segs */74 bus_dma_segment_t id_bouncesegs[1]; /* array of bounce buffer