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

/freebsd-12-stable/sys/dev/sf/
H A Dif_sf.c1556 SF_INC(cons, SF_RX_CLIST_CNT)) {
1712 for (; cons != prod; SF_INC(cons, SF_TX_CLIST_CNT)) {
2228 SF_INC(prod, SF_TX_DLIST_CNT);
H A Dif_sfreg.h1022 #define SF_INC(x, y) (x) = ((x) + 1) % y macro

Completed in 96 milliseconds