Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/
H A Dif_vr.c676 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()
H A Dif_vrreg.h735 int vr_txthresh; member