Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dcio.h369 struct gen_pool *cio_gp_dma_create(struct device *dma_dev, int nr_pages);
/linux-6.1.9/drivers/s390/cio/
Dcss.c1073 struct gen_pool *cio_gp_dma_create(struct device *dma_dev, int nr_pages) in cio_gp_dma_create() function
1116 cio_dma_pool = cio_gp_dma_create(cio_get_dma_css_dev(), 1); in cio_dma_pool_init()
Ddevice.c701 dma_pool = cio_gp_dma_create(&cdev->dev, 1); in io_subchannel_allocate_dev()