Home
last modified time | relevance | path

Searched refs:hw_pool (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/dma/ioat/
Ddma_v3.c257 ioat3_alloc_sed(struct ioatdma_device *device, unsigned int hw_pool) in ioat3_alloc_sed() argument
266 sed->hw_pool = hw_pool; in ioat3_alloc_sed()
267 sed->hw = dma_pool_alloc(device->sed_hw_pool[hw_pool], in ioat3_alloc_sed()
282 dma_pool_free(device->sed_hw_pool[sed->hw_pool], sed->hw, sed->dma); in ioat3_free_sed()
Ddma.h153 unsigned int hw_pool; member