Lines Matching defs:element
68 /* Hardware values representing a transfer element type */
134 * element from a DMA pool.
221 /* Return the pool element that immediately follows the one given.
224 void *gsi_trans_pool_next(struct gsi_trans_pool *pool, void *element)
228 /* assert(element >= pool->base); */
229 /* assert(element < end); */
231 element += pool->size;
233 return element < end ? element : pool->base;
728 /* Ensure the size of a channel element is what's expected */
758 * element is used to fill a single TRE when the transaction is