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

/openbsd-current/sys/dev/pci/
H A Dif_bge.c1353 BGE_INC(i, BGE_STD_RX_RING_CNT);
1457 BGE_INC(i, BGE_JUMBO_RX_RING_CNT);
3566 BGE_INC(rx_cons, sc->bge_return_ring_cnt);
3740 BGE_INC(cons, BGE_TX_RING_CNT);
4182 BGE_INC(frag, BGE_TX_RING_CNT);
H A Dif_bgereg.h2716 #define BGE_INC(x, y) (x) = (x + 1) % y macro

Completed in 152 milliseconds