Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sk/
HDif_sk.c2440 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)) {
HDif_skreg.h1434 #define SK_INC(x, y) (x) = (x + 1) % y macro