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

/freebsd-10.1-release/sys/dev/sis/
H A Dif_sisreg.h398 #define SIS_INC(x, y) (x) = (x + 1) % (y) macro
H A Dif_sis.c1491 SIS_INC(rx_cons, SIS_RX_LIST_CNT), prog++) {
1582 for (; cons != sc->sis_tx_prod; SIS_INC(cons, SIS_TX_LIST_CNT)) {
1835 SIS_INC(prod, SIS_TX_LIST_CNT);

Completed in 92 milliseconds