Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/
Djme.c570 &(txring->dmaalloc), in jme_setup_tx_resources()
581 txring->dma = ALIGN(txring->dmaalloc, RING_DESC_ALIGN); in jme_setup_tx_resources()
604 txring->dmaalloc); in jme_setup_tx_resources()
608 txring->dmaalloc = 0; in jme_setup_tx_resources()
641 txring->dmaalloc); in jme_free_tx_resources()
645 txring->dmaalloc = 0; in jme_free_tx_resources()
815 rxring->dmaalloc); in jme_free_rx_resources()
818 rxring->dmaalloc = 0; in jme_free_rx_resources()
834 &(rxring->dmaalloc), in jme_setup_rx_resources()
844 rxring->dma = ALIGN(rxring->dmaalloc, RING_DESC_ALIGN); in jme_setup_rx_resources()
[all …]
Djme.h379 dma_addr_t dmaalloc; /* phys address of ring alloc */ member