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

/freebsd-12-stable/sys/dev/vr/
H A Dif_vr.c668 sc->vr_txthresh = VR_TXTHRESH_MIN;
676 sc->vr_txthresh = VR_TXTHRESH_MAX;
685 sc->vr_txthresh = VR_TXTHRESH_MAX;
1639 if (sc->vr_txthresh < VR_TXTHRESH_MAX) {
1640 thresh = sc->vr_txthresh;
1641 sc->vr_txthresh++;
1642 if (sc->vr_txthresh >= VR_TXTHRESH_MAX) {
1643 sc->vr_txthresh = VR_TXTHRESH_MAX;
2052 VR_SETBIT(sc, VR_BCR1, vr_tx_threshold_tables[sc->vr_txthresh].bcr_cfg);
2058 VR_SETBIT(sc, VR_TXCFG, vr_tx_threshold_tables[sc->vr_txthresh]
[all...]
H A Dif_vrreg.h739 int vr_txthresh; member in struct:vr_softc

Completed in 117 milliseconds