Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_fdma.h44 #define OCELOT_FDMA_RX_RING_SIZE 512 macro
47 #define OCELOT_FDMA_RX_DCB_SIZE (OCELOT_FDMA_RX_RING_SIZE * \
127 struct ocelot_fdma_rx_buf bufs[OCELOT_FDMA_RX_RING_SIZE];
Docelot_fdma.c62 return OCELOT_FDMA_RX_RING_SIZE - in ocelot_fdma_rx_ring_free()
176 idx = ocelot_fdma_idx_next(idx, OCELOT_FDMA_RX_RING_SIZE); in ocelot_fdma_alloc_rx_buffs()
230 OCELOT_FDMA_RX_RING_SIZE); in ocelot_fdma_rx_set_llp()
264 idx = ocelot_fdma_idx_next(idx, OCELOT_FDMA_RX_RING_SIZE); in ocelot_fdma_rx_restart()
304 OCELOT_FDMA_RX_RING_SIZE); in ocelot_fdma_reuse_rx_page()
429 idx = ocelot_fdma_idx_next(idx, OCELOT_FDMA_RX_RING_SIZE); in ocelot_fdma_rx_get()
715 idx = ocelot_fdma_idx_next(idx, OCELOT_FDMA_RX_RING_SIZE); in ocelot_fdma_free_rx_ring()