Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/
Djme.c576 &(txring->dmaalloc), in jme_setup_tx_resources()
587 txring->dma = ALIGN(txring->dmaalloc, RING_DESC_ALIGN); in jme_setup_tx_resources()
608 txring->dmaalloc); in jme_setup_tx_resources()
612 txring->dmaalloc = 0; in jme_setup_tx_resources()
645 txring->dmaalloc); in jme_free_tx_resources()
649 txring->dmaalloc = 0; in jme_free_tx_resources()
819 rxring->dmaalloc); in jme_free_rx_resources()
822 rxring->dmaalloc = 0; in jme_free_rx_resources()
838 &(rxring->dmaalloc), in jme_setup_rx_resources()
848 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