Searched refs:hw_pool (Results 1 - 2 of 2) sorted by path

/drivers/dma/ioat/
H A Ddma.h157 unsigned int hw_pool; member in struct:ioat_sed_ent
H A Ddma_v3.c252 ioat3_alloc_sed(struct ioatdma_device *device, unsigned int hw_pool) argument
261 sed->hw_pool = hw_pool;
262 sed->hw = dma_pool_alloc(device->sed_hw_pool[hw_pool],
277 dma_pool_free(device->sed_hw_pool[sed->hw_pool], sed->hw, sed->dma);

Completed in 70 milliseconds