Home
last modified time | relevance | path

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

/freebsd/sys/dev/bge/
H A Dif_bge.c1313 r = &sc->bge_ldata.bge_rx_std_ring[sc->bge_std]; in bge_newbuf_std()
1419 sc->bge_std = 0; in bge_init_rx_ring_std()
1423 BGE_INC(sc->bge_std, BGE_STD_RX_RING_CNT); in bge_init_rx_ring_std()
1429 sc->bge_std = 0; in bge_init_rx_ring_std()
4254 r = &sc->bge_ldata.bge_rx_std_ring[sc->bge_std]; in bge_rxreuse_std()
4258 BGE_INC(sc->bge_std, BGE_STD_RX_RING_CNT); in bge_rxreuse_std()
4361 BGE_INC(sc->bge_std, BGE_STD_RX_RING_CNT); in bge_rxeof()
4416 bge_writembx(sc, BGE_MBX_RX_STD_PROD_LO, (sc->bge_std + in bge_rxeof()
H A Dif_bgereg.h3015 uint16_t bge_std; /* current std ring head */ member