Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
748 dma_addr_t dcbs_dma; in ocelot_fdma_rings_alloc() local
760 dcbs_dma = fdma->dcbs_dma_base; in ocelot_fdma_rings_alloc()
761 if (!IS_ALIGNED(dcbs_dma, 4)) { in ocelot_fdma_rings_alloc()
762 adjust = dcbs_dma & 0x3; in ocelot_fdma_rings_alloc()
763 dcbs_dma in ocelot_fdma_rings_alloc()
[all...]
H A Docelot_fdma.h85 * @dcbs_dma: DMA base address of the DCBs
93 dma_addr_t dcbs_dma; member
117 * @dcbs_dma: DMA base address of the DCBs
126 dma_addr_t dcbs_dma; member

Completed in 2 milliseconds