Searched refs:GENET_RX_DMA_PROD_CONS_MASK (Results 1 – 2 of 2) sorted by relevance
131 #define GENET_RX_DMA_PROD_CONS_MASK 0xffff macro
1351 GENET_RX_DMA_PROD_CONS_MASK; in gen_rxintr()1352 total = (prod_idx - q->cons_idx) & GENET_RX_DMA_PROD_CONS_MASK; in gen_rxintr()1427 q->cons_idx = (q->cons_idx + 1) & GENET_RX_DMA_PROD_CONS_MASK; in gen_rxintr()