Home
last modified time | relevance | path

Searched defs:ocelot_fdma_rx_ring (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_fdma.h124 struct ocelot_fdma_rx_ring { struct
125 struct ocelot_fdma_dcb *dcbs;
126 dma_addr_t dcbs_dma;
127 struct ocelot_fdma_rx_buf bufs[OCELOT_FDMA_RX_RING_SIZE];
128 struct sk_buff *skb;
152 struct ocelot_fdma_rx_ring rx_ring; argument