Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_bgevar.h90 #define BGE_INC(x, y) (x) = (x + 1) % y macro
H A Dif_bge.c4497 BGE_INC(rx_cons, sc->bge_return_ring_cnt); in bge_rxeof()
4500 BGE_INC(sc->bge_jumbo, BGE_JUMBO_RX_RING_CNT); in bge_rxeof()
4520 BGE_INC(sc->bge_std, BGE_STD_RX_RING_CNT); in bge_rxeof()
4696 BGE_INC(sc->bge_tx_saved_considx, BGE_TX_RING_CNT); in bge_txeof()
5338 BGE_INC(frag, BGE_TX_RING_CNT); in bge_encap()