Lines Matching refs:dmaalloc
562 &(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()
847 rxring->dmaalloc); in jme_setup_rx_resources()
850 rxring->dmaalloc = 0; in jme_setup_rx_resources()