Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/vr/
Dif_vr.c1140 sc->vr_cdata.vr_tx_cons = 0; in vr_tx_ring_init()
1438 cons = sc->vr_cdata.vr_tx_cons; in vr_txeof()
1482 sc->vr_cdata.vr_tx_cons = cons; in vr_txeof()
1499 sc->vr_cdata.vr_tx_cons = cons; in vr_txeof()
1536 sc->vr_cdata.vr_tx_cons = cons; in vr_txeof()
2346 addr = VR_TX_RING_ADDR(sc, sc->vr_cdata.vr_tx_cons); in vr_tx_start()
Dif_vrreg.h681 int vr_tx_cons; member