Home
last modified time | relevance | path

Searched refs:NGE_INC (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/nge/
H A Dif_ngereg.h508 #define NGE_INC(x, y) (x) = ((x) + 1) % y macro
H A Dif_nge.c1448 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()