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