Home
last modified time | relevance | path

Searched refs:dcbs_dma (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mscc/
H A Docelot_fdma.c177 dcb->llp = ocelot_fdma_idx_dma(rx_ring->dcbs_dma, idx); in ocelot_fdma_alloc_rx_buffs()
259 dma_base = rx_ring->dcbs_dma; in ocelot_fdma_rx_restart()
547 dma = ocelot_fdma_idx_dma(tx_ring->dcbs_dma, tx_ring->next_to_clean); in ocelot_fdma_tx_cleanup()
629 dma = ocelot_fdma_idx_dma(tx_ring->dcbs_dma, in ocelot_fdma_send_skb()
634 dcb->llp = ocelot_fdma_idx_dma(tx_ring->dcbs_dma, next_idx); in ocelot_fdma_send_skb()
747 dma_addr_t dcbs_dma; in ocelot_fdma_rings_alloc() local
759 dcbs_dma = fdma->dcbs_dma_base; in ocelot_fdma_rings_alloc()
760 if (!IS_ALIGNED(dcbs_dma, 4)) { in ocelot_fdma_rings_alloc()
761 adjust = dcbs_dma & 0x3; in ocelot_fdma_rings_alloc()
762 dcbs_dma = ALIGN(dcbs_dma, 4); in ocelot_fdma_rings_alloc()
[all …]
H A Docelot_fdma.h93 dma_addr_t dcbs_dma; member
126 dma_addr_t dcbs_dma; member