Searched refs:frame_pool (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | ctl.c | 30 struct dma_pool *frame_pool; member 310 dma_pool_free(pkg->ctl->frame_pool, in tb_ctl_pkg_free() 322 pkg->buffer = dma_pool_alloc(ctl->frame_pool, GFP_KERNEL, in tb_ctl_pkg_alloc() 622 ctl->frame_pool = dma_pool_create("thunderbolt_ctl", &nhi->pdev->dev, in tb_ctl_alloc() 624 if (!ctl->frame_pool) in tb_ctl_alloc() 674 dma_pool_destroy(ctl->frame_pool); in tb_ctl_free()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | ctl.c | 27 * @frame_pool: DMA pool for control messages 41 struct dma_pool *frame_pool; member 313 dma_pool_free(pkg->ctl->frame_pool, in tb_ctl_pkg_free() 325 pkg->buffer = dma_pool_alloc(ctl->frame_pool, GFP_KERNEL, in tb_ctl_pkg_alloc() 639 ctl->frame_pool = dma_pool_create("thunderbolt_ctl", &nhi->pdev->dev, in tb_ctl_alloc() 641 if (!ctl->frame_pool) in tb_ctl_alloc() 692 dma_pool_destroy(ctl->frame_pool); in tb_ctl_free()
|
Completed in 3 milliseconds