Searched refs:vr_txthresh (Results 1 – 2 of 2) sorted by relevance
676 sc->vr_txthresh = VR_TXTHRESH_MIN; in vr_attach()684 sc->vr_txthresh = VR_TXTHRESH_MAX; in vr_attach()693 sc->vr_txthresh = VR_TXTHRESH_MAX; in vr_attach()1647 if (sc->vr_txthresh < VR_TXTHRESH_MAX) { in vr_tx_underrun()1648 thresh = sc->vr_txthresh; in vr_tx_underrun()1649 sc->vr_txthresh++; in vr_tx_underrun()1650 if (sc->vr_txthresh >= VR_TXTHRESH_MAX) { in vr_tx_underrun()1651 sc->vr_txthresh = VR_TXTHRESH_MAX; in vr_tx_underrun()2060 VR_SETBIT(sc, VR_BCR1, vr_tx_threshold_tables[sc->vr_txthresh].bcr_cfg); in vr_init_locked()2066 VR_SETBIT(sc, VR_TXCFG, vr_tx_threshold_tables[sc->vr_txthresh].tx_cfg); in vr_init_locked()
735 int vr_txthresh; member