Searched refs:GENET_RX_DMA_PROD_CONS_MASK (Results 1 – 2 of 2) sorted by relevance
133 #define GENET_RX_DMA_PROD_CONS_MASK 0xffff macro
1286 GENET_RX_DMA_PROD_CONS_MASK; in gen_rxintr()1287 total = (prod_idx - q->cons_idx) & GENET_RX_DMA_PROD_CONS_MASK; in gen_rxintr()1362 q->cons_idx = (q->cons_idx + 1) & GENET_RX_DMA_PROD_CONS_MASK; in gen_rxintr()