bd_pool           296 drivers/mailbox/bcm-flexrm-mailbox.c 	struct dma_pool *bd_pool;
bd_pool          1242 drivers/mailbox/bcm-flexrm-mailbox.c 	ring->bd_base = dma_pool_alloc(ring->mbox->bd_pool,
bd_pool          1362 drivers/mailbox/bcm-flexrm-mailbox.c 	dma_pool_free(ring->mbox->bd_pool,
bd_pool          1442 drivers/mailbox/bcm-flexrm-mailbox.c 		dma_pool_free(ring->mbox->bd_pool,
bd_pool          1590 drivers/mailbox/bcm-flexrm-mailbox.c 	mbox->bd_pool = dma_pool_create("bd", dev, RING_BD_SIZE,
bd_pool          1592 drivers/mailbox/bcm-flexrm-mailbox.c 	if (!mbox->bd_pool) {
bd_pool          1664 drivers/mailbox/bcm-flexrm-mailbox.c 	dma_pool_destroy(mbox->bd_pool);
bd_pool          1679 drivers/mailbox/bcm-flexrm-mailbox.c 	dma_pool_destroy(mbox->bd_pool);