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

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

Completed in 141 milliseconds