Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bge/
H A Dif_bge.c1366 r = &sc->bge_ldata.bge_rx_std_ring[sc->bge_std]; in bge_newbuf_std()
1472 sc->bge_std = 0; in bge_init_rx_ring_std()
1476 BGE_INC(sc->bge_std, BGE_STD_RX_RING_CNT); in bge_init_rx_ring_std()
1482 sc->bge_std = 0; in bge_init_rx_ring_std()
4302 r = &sc->bge_ldata.bge_rx_std_ring[sc->bge_std]; in bge_rxreuse_std()
4306 BGE_INC(sc->bge_std, BGE_STD_RX_RING_CNT); in bge_rxreuse_std()
4409 BGE_INC(sc->bge_std, BGE_STD_RX_RING_CNT); in bge_rxeof()
4464 bge_writembx(sc, BGE_MBX_RX_STD_PROD_LO, (sc->bge_std + in bge_rxeof()
H A Dif_bgereg.h3032 uint16_t bge_std; /* current std ring head */ member