Searched refs:NGE_INC (Results 1 – 2 of 2) sorted by relevance
508 #define NGE_INC(x, y) (x) = ((x) + 1) % y macro
1448 NGE_INC(cons, NGE_RX_RING_CNT)) { in nge_rxeof()1627 for (; cons != prod; NGE_INC(cons, NGE_TX_RING_CNT)) { in nge_txeof()1928 NGE_INC(prod, NGE_TX_RING_CNT); in nge_encap()