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

/freebsd-12-stable/sys/arm/ralink/
H A Dif_fvreg.h56 #define FV_INC(x,y) (x) = (((x) + 1) % y) macro
H A Dif_fv.c219 FV_INC(sc->fv_cdata.fv_tx_prod, FV_TX_RING_CNT);
863 FV_INC(prod, FV_TX_RING_CNT);
1584 for (; cons != prod; FV_INC(cons, FV_TX_RING_CNT)) {
1642 for (prog = 0; prog < FV_RX_RING_CNT; FV_INC(cons, FV_RX_RING_CNT)) {

Completed in 163 milliseconds