Searched defs:ocelot_fdma_rx_ring (Results 1 – 1 of 1) sorted by relevance
124 struct ocelot_fdma_rx_ring { struct125 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