Lines Matching refs:dmaalloc
576 &(txring->dmaalloc), in jme_setup_tx_resources()
587 txring->dma = ALIGN(txring->dmaalloc, RING_DESC_ALIGN); in jme_setup_tx_resources()
609 txring->dmaalloc); in jme_setup_tx_resources()
613 txring->dmaalloc = 0; in jme_setup_tx_resources()
646 txring->dmaalloc); in jme_free_tx_resources()
650 txring->dmaalloc = 0; in jme_free_tx_resources()
809 rxring->dmaalloc); in jme_free_rx_resources()
812 rxring->dmaalloc = 0; in jme_free_rx_resources()
828 &(rxring->dmaalloc), in jme_setup_rx_resources()
838 rxring->dma = ALIGN(rxring->dmaalloc, RING_DESC_ALIGN); in jme_setup_rx_resources()
866 rxring->dmaalloc); in jme_setup_rx_resources()
869 rxring->dmaalloc = 0; in jme_setup_rx_resources()