Home
last modified time | relevance | path

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

/freebsd/sys/dev/vr/
H A Dif_vr.c1143 sc->vr_cdata.vr_tx_cnt = 0; in vr_tx_ring_init()
1461 sc->vr_cdata.vr_tx_cnt--; in vr_txeof()
1500 sc->vr_cdata.vr_tx_cnt++; in vr_txeof()
1539 if (sc->vr_cdata.vr_tx_cnt == 0) in vr_txeof()
1878 if (sc->vr_cdata.vr_tx_cnt + nsegs >= (VR_TX_RING_CNT - 1)) { in vr_encap()
1915 sc->vr_cdata.vr_tx_cnt++; in vr_encap()
1973 sc->vr_cdata.vr_tx_cnt < VR_TX_RING_CNT - 2; ) { in vr_start_locked()
2317 if (sc->vr_cdata.vr_tx_cnt == 0) in vr_watchdog()
2353 if (sc->vr_cdata.vr_tx_cnt != 0) { in vr_tx_start()
H A Dif_vrreg.h680 int vr_tx_cnt; member