Home
last modified time | relevance | path

Searched refs:sed_hw_pool (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/dma/ioat/
H A Ddma.h68 struct dma_pool *sed_hw_pool[MAX_SED_POOLS]; member
H A Dinit.c1150 ioat_dma->sed_hw_pool[i] = dmam_pool_create(pool_name, in ioat3_dma_probe()
1153 if (!ioat_dma->sed_hw_pool[i]) in ioat3_dma_probe()
H A Dprep.c90 sed->hw = dma_pool_alloc(ioat_dma->sed_hw_pool[hw_pool], in ioat3_alloc_sed()
H A Ddma.c525 dma_pool_free(ioat_dma->sed_hw_pool[sed->hw_pool], sed->hw, sed->dma); in ioat_free_sed()