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

/freebsd-11.0-release/sys/dev/bge/
H A Dif_bgereg.h2897 (sizeof(struct bge_rx_bd) * x->bge_return_ring_cnt)
3029 uint16_t bge_return_ring_cnt; member in struct:bge_softc
H A Dif_bge.c2320 BGE_RCB_MAXLEN_FLAGS(sc->bge_return_ring_cnt, 0));
3708 sc->bge_return_ring_cnt = BGE_RETURN_RING_CNT;
3710 sc->bge_return_ring_cnt = BGE_RETURN_RING_CNT_5705;
3712 sc->bge_return_ring_cnt = BGE_RETURN_RING_CNT;
4356 BGE_INC(rx_cons, sc->bge_return_ring_cnt);

Completed in 84 milliseconds