Lines Matching defs:pool
60 * but taken from a fixed-size pool. The number of elements required for
61 * the pool is limited by the total number of TREs that can be outstanding.
68 * The result of a pool allocation of multiple elements is always
72 void *base; /* base address of element pool */
73 u32 count; /* # elements in the pool */
74 u32 free; /* next free element in pool (modulo) */
77 dma_addr_t addr; /* DMA address if DMA pool (or 0) */
82 struct gsi_trans_pool pool; /* transaction pool */
83 struct gsi_trans_pool sg_pool; /* scatterlist pool */
84 struct gsi_trans_pool cmd_pool; /* command payload DMA pool */
85 struct gsi_trans_pool info_pool;/* command information pool */