Home
last modified time | relevance | path

Searched refs:SK_INC (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sk/
H A Dif_sk.c2345 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()
H A Dif_skreg.h1433 #define SK_INC(x, y) (x) = (x + 1) % y macro