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()
608 txring->dmaalloc); in jme_setup_tx_resources()
612 txring->dmaalloc = 0; in jme_setup_tx_resources()
645 txring->dmaalloc); in jme_free_tx_resources()
649 txring->dmaalloc = 0; in jme_free_tx_resources()
819 rxring->dmaalloc); in jme_free_rx_resources()
822 rxring->dmaalloc = 0; in jme_free_rx_resources()
838 &(rxring->dmaalloc), in jme_setup_rx_resources()
848 rxring->dma = ALIGN(rxring->dmaalloc, RING_DESC_ALIGN); in jme_setup_rx_resources()
875 rxring->dmaalloc); in jme_setup_rx_resources()
878 rxring->dmaalloc = 0; in jme_setup_rx_resources()