Searched refs:vr_txthresh (Results 1 – 2 of 2) sorted by relevance
665 sc->vr_txthresh = VR_TXTHRESH_MIN; in vr_attach()673 sc->vr_txthresh = VR_TXTHRESH_MAX; in vr_attach()682 sc->vr_txthresh = VR_TXTHRESH_MAX; in vr_attach()1638 if (sc->vr_txthresh < VR_TXTHRESH_MAX) { in vr_tx_underrun()1639 thresh = sc->vr_txthresh; in vr_tx_underrun()1640 sc->vr_txthresh++; in vr_tx_underrun()1641 if (sc->vr_txthresh >= VR_TXTHRESH_MAX) { in vr_tx_underrun()1642 sc->vr_txthresh = VR_TXTHRESH_MAX; in vr_tx_underrun()2051 VR_SETBIT(sc, VR_BCR1, vr_tx_threshold_tables[sc->vr_txthresh].bcr_cfg); in vr_init_locked()2057 VR_SETBIT(sc, VR_TXCFG, vr_tx_threshold_tables[sc->vr_txthresh].tx_cfg); in vr_init_locked()
737 int vr_txthresh; member