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()
788 rxring->dmaalloc); in jme_free_rx_resources()
791 rxring->dmaalloc = 0; in jme_free_rx_resources()
807 &(rxring->dmaalloc), in jme_setup_rx_resources()
817 rxring->dma = ALIGN(rxring->dmaalloc, RING_DESC_ALIGN); in jme_setup_rx_resources()
845 rxring->dmaalloc); in jme_setup_rx_resources()
848 rxring->dmaalloc = 0; in jme_setup_rx_resources()