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

/freebsd-13-stable/sys/dev/vr/
H A Dif_vr.c681 sc->vr_txthresh = VR_TXTHRESH_MIN;
689 sc->vr_txthresh = VR_TXTHRESH_MAX;
698 sc->vr_txthresh = VR_TXTHRESH_MAX;
1652 if (sc->vr_txthresh < VR_TXTHRESH_MAX) {
1653 thresh = sc->vr_txthresh;
1654 sc->vr_txthresh++;
1655 if (sc->vr_txthresh >= VR_TXTHRESH_MAX) {
1656 sc->vr_txthresh = VR_TXTHRESH_MAX;
2065 VR_SETBIT(sc, VR_BCR1, vr_tx_threshold_tables[sc->vr_txthresh].bcr_cfg);
2071 VR_SETBIT(sc, VR_TXCFG, vr_tx_threshold_tables[sc->vr_txthresh]
[all...]
H A Dif_vrreg.h737 int vr_txthresh; member in struct:vr_softc

Completed in 102 milliseconds