Searched refs:SK_INC (Results 1 – 2 of 2) sorted by relevance
2440 SK_INC(frag, SK_TX_RING_CNT);2756 prog++, SK_INC(cons, SK_RX_RING_CNT)) {2824 prog++, SK_INC(cons, SK_JUMBO_RX_RING_CNT)) {2889 for (idx = sc_if->sk_cdata.sk_tx_cons;; SK_INC(idx, SK_TX_RING_CNT)) {
1434 #define SK_INC(x, y) (x) = (x + 1) % y macro