Searched defs:x86_bus_dma_cookie (Results 1 – 1 of 1) sorted by relevance
72 struct x86_bus_dma_cookie { struct73 int id_flags; /* flags; see below */80 void *id_origbuf; /* pointer to orig buffer if82 bus_size_t id_origbuflen; /* ...and size */83 int id_buftype; /* type of buffer */85 void *id_bouncebuf; /* pointer to the bounce buffer */86 bus_size_t id_bouncebuflen; /* ...and size */87 int id_nbouncesegs; /* number of valid bounce segs */88 bus_dma_segment_t id_bouncesegs[0]; /* array of bounce buffer