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

/freebsd-10.0-release/sys/dev/sf/
H A Dif_sf.c855 sc->sf_txthresh = SF_MIN_TX_THRESHOLD;
1776 if (sc->sf_txthresh < SF_MAX_TX_THRESHOLD) {
1779 sc->sf_txthresh += 16;
1780 if (sc->sf_txthresh > SF_MAX_TX_THRESHOLD)
1781 sc->sf_txthresh = SF_MAX_TX_THRESHOLD;
1783 txfctl |= sc->sf_txthresh;
1785 sc->sf_txthresh * SF_TX_THRESHOLD_UNIT);
2088 SF_TXFRMCTL_CPLAFTERTX | sc->sf_txthresh);
H A Dif_sfreg.h1089 uint32_t sf_txthresh; member in struct:sf_softc

Completed in 67 milliseconds