Lines Matching refs:dmaalloc
570 &(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()
873 rxring->dmaalloc); in jme_setup_rx_resources()
876 rxring->dmaalloc = 0; in jme_setup_rx_resources()