Searched refs:VR_TXTHRESH_MAX (Results 1 – 2 of 2) sorted by relevance
679 sc->vr_txthresh = VR_TXTHRESH_MAX; in vr_attach()688 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()
160 #define VR_TXTHRESH_MAX 5 /* store and forward */ macro