Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vr/
Dif_vr.c676 sc->vr_txthresh = VR_TXTHRESH_MAX; in vr_attach()
685 sc->vr_txthresh = VR_TXTHRESH_MAX; in vr_attach()
1639 if (sc->vr_txthresh < VR_TXTHRESH_MAX) { in vr_tx_underrun()
1642 if (sc->vr_txthresh >= VR_TXTHRESH_MAX) { in vr_tx_underrun()
1643 sc->vr_txthresh = VR_TXTHRESH_MAX; in vr_tx_underrun()
Dif_vrreg.h162 #define VR_TXTHRESH_MAX 5 /* store and forward */ macro