Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/atm/
Dsolos-pci.c131 unsigned char *dma_bounce; member
1089 data = card->dma_bounce + (BUF_SIZE * port); in fpga_tx()
1280 card->dma_bounce = kmalloc(card->nr_ports * BUF_SIZE, GFP_KERNEL); in fpga_probe()
1281 if (!card->dma_bounce) { in fpga_probe()
1340 kfree(card->dma_bounce); in fpga_probe()
1450 kfree(card->dma_bounce); in fpga_remove()