Searched defs:funeth_rx_cache (Results 1 – 1 of 1) sorted by relevance
155 struct funeth_rx_cache { /* cache of DMA-mapped previously used buffers */ struct156 struct funeth_rxbuf *bufs; /* base of Rx buffer state ring */157 unsigned int prod_cnt; /* producer counter */158 unsigned int cons_cnt; /* consumer counter */159 unsigned int mask; /* depth - 1 */