Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1699 YGE_INC(prod, YGE_TX_RING_CNT); in yge_send()
1869 YGE_INC(port->p_rx_cons, YGE_RX_RING_CNT); in yge_rxeof()
1887 for (; cons != idx; YGE_INC(cons, YGE_TX_RING_CNT)) { in yge_txeof_locked()
2244 YGE_INC(cons, YGE_STAT_RING_CNT); in yge_handle_events()
H A Dyge.h2060 #define YGE_INC(x, y) ((x) = (((x) + 1) % (y))) macro