Home
last modified time | relevance | path

Searched refs:cio_gp_dma_create (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/s390/include/asm/
Dcio.h370 struct gen_pool *cio_gp_dma_create(struct device *dma_dev, int nr_pages);
/Linux-v5.4/drivers/s390/cio/
Dcss.c1099 struct gen_pool *cio_gp_dma_create(struct device *dma_dev, int nr_pages) in cio_gp_dma_create() function
1142 cio_dma_pool = cio_gp_dma_create(cio_get_dma_css_dev(), 1); in cio_dma_pool_init()
Ddevice.c714 dma_pool = cio_gp_dma_create(&cdev->dev, 1); in io_subchannel_allocate_dev()