frame_pool         30 drivers/thunderbolt/ctl.c 	struct dma_pool *frame_pool;
frame_pool        302 drivers/thunderbolt/ctl.c 		dma_pool_free(pkg->ctl->frame_pool,
frame_pool        314 drivers/thunderbolt/ctl.c 	pkg->buffer = dma_pool_alloc(ctl->frame_pool, GFP_KERNEL,
frame_pool        614 drivers/thunderbolt/ctl.c 	ctl->frame_pool = dma_pool_create("thunderbolt_ctl", &nhi->pdev->dev,
frame_pool        616 drivers/thunderbolt/ctl.c 	if (!ctl->frame_pool)
frame_pool        666 drivers/thunderbolt/ctl.c 	dma_pool_destroy(ctl->frame_pool);