Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bge/
Dif_bge.c1358 r = &sc->bge_ldata.bge_rx_std_ring[sc->bge_std]; in bge_newbuf_std()
1465 sc->bge_std = 0; in bge_init_rx_ring_std()
1469 BGE_INC(sc->bge_std, BGE_STD_RX_RING_CNT); in bge_init_rx_ring_std()
1475 sc->bge_std = 0; in bge_init_rx_ring_std()
4274 r = &sc->bge_ldata.bge_rx_std_ring[sc->bge_std]; in bge_rxreuse_std()
4278 BGE_INC(sc->bge_std, BGE_STD_RX_RING_CNT); in bge_rxreuse_std()
4381 BGE_INC(sc->bge_std, BGE_STD_RX_RING_CNT); in bge_rxeof()
4436 bge_writembx(sc, BGE_MBX_RX_STD_PROD_LO, (sc->bge_std + in bge_rxeof()
Dif_bgereg.h3030 uint16_t bge_std; /* current std ring head */ member