Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mscc/
H A 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];
H A Docelot_fdma.c61 return OCELOT_FDMA_RX_RING_SIZE - in ocelot_fdma_rx_ring_free()
175 idx = ocelot_fdma_idx_next(idx, OCELOT_FDMA_RX_RING_SIZE); in ocelot_fdma_alloc_rx_buffs()
229 OCELOT_FDMA_RX_RING_SIZE); in ocelot_fdma_rx_set_llp()
263 idx = ocelot_fdma_idx_next(idx, OCELOT_FDMA_RX_RING_SIZE); in ocelot_fdma_rx_restart()
303 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()
714 idx = ocelot_fdma_idx_next(idx, OCELOT_FDMA_RX_RING_SIZE); in ocelot_fdma_free_rx_ring()