Searched defs:mips_bus_dma_cookie (Results 1 – 1 of 1) sorted by relevance
223 struct mips_bus_dma_cookie { struct224 int id_flags; /* flags; see below */231 union {237 } id_origbuf_un;242 bus_size_t id_origbuflen; /* ...and size */243 int id_buftype; /* type of buffer */245 void *id_bouncebuf; /* pointer to the bounce buffer */246 bus_size_t id_bouncebuflen; /* ...and size */247 int id_nbouncesegs; /* number of valid bounce segs */248 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer