Searched refs:new_dma (Results 1 – 1 of 1) sorted by relevance
753 dma_addr_t curr_dma, new_dma; in owl_emac_rx_process() local819 new_dma = owl_emac_dma_map_rx(priv, new_skb); in owl_emac_rx_process()820 if (dma_mapping_error(dev, new_dma)) { in owl_emac_rx_process()845 new_dma = curr_dma; in owl_emac_rx_process()851 ring->skbs_dma[ring->head] = new_dma; in owl_emac_rx_process()853 WRITE_ONCE(desc->buf_addr, new_dma); in owl_emac_rx_process()