Searched defs:powerpc_isa_dma_cookie (Results 1 – 1 of 1) sorted by relevance
60 struct powerpc_isa_dma_cookie { struct61 int id_flags; /* flags; see below */68 void *id_origbuf; /* pointer to orig buffer if70 bus_size_t id_origbuflen; /* ...and size */71 int id_buftype; /* type of buffer */73 void *id_bouncebuf; /* pointer to the bounce buffer */74 bus_size_t id_bouncebuflen; /* ...and size */75 int id_nbouncesegs; /* number of valid bounce segs */76 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer