Lines Matching defs:chunk
562 /* chunk of memory */
564 typedef struct chunk {
565 void* alloc_addr; /* base address of allocated chunk */
566 void* align_addr; /* base address of aligned chunk */
567 dma_addr_t dma_addr; /* DMA address of aligned chunk */
569 u32 alloc_size; /* length of allocated chunk */
570 u32 align_size; /* length of aligned chunk */
582 struct chunk data; /* data buffer */
604 struct chunk status; /* array of completion status */
614 struct chunk tpd; /* array of tpds */
615 struct chunk status; /* arry of completion status */
625 struct chunk rpd; /* array of rpds */
626 struct chunk status; /* array of completion status */
635 struct chunk rbd_block; /* array of rbds */
636 struct chunk status; /* array of completion status */