Searched refs:LGE_INC (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/lge/
H A Dif_lge.c748 LGE_INC(sc->lge_cdata.lge_rx_prod, LGE_RX_LIST_CNT);
910 LGE_INC(i, LGE_RX_LIST_CNT);
1015 LGE_INC(idx, LGE_TX_LIST_CNT);
1162 LGE_INC((*txidx), LGE_TX_LIST_CNT);
H A Dif_lgereg.h448 #define LGE_INC(x, y) (x) = (x + 1) % y macro

Completed in 101 milliseconds