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

/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/sk/
H A Dif_sk.c2459 SK_INC(frag, SK_TX_RING_CNT);
2775 prog++, SK_INC(cons, SK_RX_RING_CNT)) {
2843 prog++, SK_INC(cons, SK_JUMBO_RX_RING_CNT)) {
2908 for (idx = sc_if->sk_cdata.sk_tx_cons;; SK_INC(idx, SK_TX_RING_CNT)) {
H A Dif_skreg.h1436 #define SK_INC(x, y) (x) = (x + 1) % y macro

Completed in 81 milliseconds