Searched refs:SIS_INC (Results 1 – 2 of 2) sorted by relevance
398 #define SIS_INC(x, y) (x) = (x + 1) % (y) macro
1493 SIS_INC(rx_cons, SIS_RX_LIST_CNT), prog++) { in sis_rxeof()1584 for (; cons != sc->sis_tx_prod; SIS_INC(cons, SIS_TX_LIST_CNT)) { in sis_txeof()1837 SIS_INC(prod, SIS_TX_LIST_CNT); in sis_encap()