Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/
Djme.c562 &(txring->dmaalloc), in jme_setup_tx_resources()
573 txring->dma = ALIGN(txring->dmaalloc, RING_DESC_ALIGN); in jme_setup_tx_resources()
590 txring->dmaalloc); in jme_setup_tx_resources()
594 txring->dmaalloc = 0; in jme_setup_tx_resources()
627 txring->dmaalloc); in jme_free_tx_resources()
631 txring->dmaalloc = 0; in jme_free_tx_resources()
790 rxring->dmaalloc); in jme_free_rx_resources()
793 rxring->dmaalloc = 0; in jme_free_rx_resources()
809 &(rxring->dmaalloc), in jme_setup_rx_resources()
819 rxring->dma = ALIGN(rxring->dmaalloc, RING_DESC_ALIGN); in jme_setup_rx_resources()
[all …]
Djme.h366 dma_addr_t dmaalloc; /* phys address of ring alloc */ member