Searched refs:hw_pool (Results 1 – 2 of 2) sorted by relevance
257 ioat3_alloc_sed(struct ioatdma_device *device, unsigned int hw_pool) in ioat3_alloc_sed() argument266 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()
153 unsigned int hw_pool; member