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.c1142 sc->vr_cdata.vr_tx_cnt = 0; in vr_tx_ring_init()
1460 sc->vr_cdata.vr_tx_cnt--; in vr_txeof()
1499 sc->vr_cdata.vr_tx_cnt++; in vr_txeof()
1538 if (sc->vr_cdata.vr_tx_cnt == 0) in vr_txeof()
1877 if (sc->vr_cdata.vr_tx_cnt + nsegs >= (VR_TX_RING_CNT - 1)) { in vr_encap()
1914 sc->vr_cdata.vr_tx_cnt++; in vr_encap()
1972 sc->vr_cdata.vr_tx_cnt < VR_TX_RING_CNT - 2; ) { in vr_start_locked()
2316 if (sc->vr_cdata.vr_tx_cnt == 0) in vr_watchdog()
2352 if (sc->vr_cdata.vr_tx_cnt != 0) { in vr_tx_start()
H A Dif_vrreg.h680 int vr_tx_cnt; member