Lines Matching refs:buffer
411 kioc->user_data = mimd.ui.fcs.buffer;
497 * mraid_mm_attach_buf - Attach a free dma buffer for required size
499 * @kioc : kioc that the buffer needs to be attached to
500 * @xferlen : required length for buffer
502 * First we search for a pool with smallest buffer that is >= @xferlen. If
503 * that pool has no free buffer, we will try for the next bigger size. If none
504 * is available, we will try to allocate the smallest buffer that is >=
522 * dma pools. If we don't get exact size, we will try bigger buffer
560 * We did not get any buffer from the preallocated pool. Let us try
561 * to allocate one new buffer. NOTE: This is a blocking call.
646 * While attaching the dma buffer, if we didn't get the
647 * required buffer from the pool, we would have allocated
649 * free that buffer. Otherwise, just mark that the buffer is
1058 * mraid_mm_setup_dma_pools - Set up dma buffer pools per adapter
1062 * buffer. E.g, we may have 5 dma pools - one each for 4k, 8k ... 64k buffers.
1063 * We have just one 4k buffer in 4k pool, one 8k buffer in 8k pool etc. We
1086 pool->handle = dma_pool_create("megaraid mm data buffer",