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

/freebsd-12-stable/sys/dev/sf/
H A Dif_sf.c859 sc->sf_txthresh = SF_MIN_TX_THRESHOLD;
1779 if (sc->sf_txthresh < SF_MAX_TX_THRESHOLD) {
1782 sc->sf_txthresh += 16;
1783 if (sc->sf_txthresh > SF_MAX_TX_THRESHOLD)
1784 sc->sf_txthresh = SF_MAX_TX_THRESHOLD;
1786 txfctl |= sc->sf_txthresh;
1788 sc->sf_txthresh * SF_TX_THRESHOLD_UNIT);
2091 SF_TXFRMCTL_CPLAFTERTX | sc->sf_txthresh);
H A Dif_sfreg.h1091 uint32_t sf_txthresh; member in struct:sf_softc

Completed in 105 milliseconds