Searched refs:vr_txthresh (Results 1 – 2 of 2) sorted by relevance
671 sc->vr_txthresh = VR_TXTHRESH_MIN; in vr_attach()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()1640 thresh = sc->vr_txthresh; in vr_tx_underrun()1641 sc->vr_txthresh++; 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()2052 VR_SETBIT(sc, VR_BCR1, vr_tx_threshold_tables[sc->vr_txthresh].bcr_cfg); in vr_init_locked()2058 VR_SETBIT(sc, VR_TXCFG, vr_tx_threshold_tables[sc->vr_txthresh].tx_cfg); in vr_init_locked()
735 int vr_txthresh; member