Searched refs:SK_INC (Results 1 – 2 of 2) sorted by relevance
2345 SK_INC(frag, SK_TX_RING_CNT); in sk_encap()2648 prog++, SK_INC(cons, SK_RX_RING_CNT)) { in sk_rxeof()2715 prog++, SK_INC(cons, SK_JUMBO_RX_RING_CNT)) { in sk_jumbo_rxeof()2779 for (idx = sc_if->sk_cdata.sk_tx_cons;; SK_INC(idx, SK_TX_RING_CNT)) { in sk_txeof()
1433 #define SK_INC(x, y) (x) = (x + 1) % y macro