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

/freebsd-10.0-release/sys/dev/sf/
H A Dif_sf.c1776 if (sc->sf_txthresh < SF_MAX_TX_THRESHOLD) {
1780 if (sc->sf_txthresh > SF_MAX_TX_THRESHOLD)
1781 sc->sf_txthresh = SF_MAX_TX_THRESHOLD;
H A Dif_sfreg.h1024 #define SF_MAX_TX_THRESHOLD (SF_MAX_FRAMELEN / SF_TX_THRESHOLD_UNIT) macro

Completed in 37 milliseconds