Home
last modified time | relevance | path

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

/freebsd/sys/dev/bfe/
H A Dif_bfereg.h458 #define BFE_INC(x, y) (x) = ((x) == ((y)-1)) ? 0 : (x)+1 macro
H A Dif_bfe.c1344 for (; i != chipidx; BFE_INC(i, BFE_TX_LIST_CNT)) { in bfe_txeof()
1389 BFE_INC(cons, BFE_RX_LIST_CNT)) { in bfe_rxeof()
1555 BFE_INC(cur, BFE_TX_LIST_CNT); in bfe_encap()