HomeSort by: relevance | last modified time | path
    Searched refs:BGE_INC (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_bgevar.h 93 #define BGE_INC(x, y) (x) = (x + 1) % y
if_bge.c 1637 BGE_INC(i, BGE_STD_RX_RING_CNT);
4536 BGE_INC(rx_cons, sc->bge_return_ring_cnt);
4539 BGE_INC(sc->bge_jumbo, BGE_JUMBO_RX_RING_CNT);
4726 BGE_INC(sc->bge_tx_saved_considx, BGE_TX_RING_CNT);
5459 BGE_INC(frag, BGE_TX_RING_CNT);

Completed in 15 milliseconds