Searched refs:dmaalloc (Results 1 – 2 of 2) sorted by relevance
563 &(txring->dmaalloc), in jme_setup_tx_resources()574 txring->dma = ALIGN(txring->dmaalloc, RING_DESC_ALIGN); in jme_setup_tx_resources()591 txring->dmaalloc); in jme_setup_tx_resources()595 txring->dmaalloc = 0; in jme_setup_tx_resources()628 txring->dmaalloc); in jme_free_tx_resources()632 txring->dmaalloc = 0; in jme_free_tx_resources()789 rxring->dmaalloc); in jme_free_rx_resources()792 rxring->dmaalloc = 0; in jme_free_rx_resources()808 &(rxring->dmaalloc), in jme_setup_rx_resources()818 rxring->dma = ALIGN(rxring->dmaalloc, RING_DESC_ALIGN); in jme_setup_rx_resources()[all …]
366 dma_addr_t dmaalloc; /* phys address of ring alloc */ member