Searched refs:SF_MAX_TX_THRESHOLD (Results 1 – 2 of 2) sorted by relevance
1024 #define SF_MAX_TX_THRESHOLD (SF_MAX_FRAMELEN / SF_TX_THRESHOLD_UNIT) macro
1776 if (sc->sf_txthresh < SF_MAX_TX_THRESHOLD) { in sf_txthresh_adjust()1780 if (sc->sf_txthresh > SF_MAX_TX_THRESHOLD) in sf_txthresh_adjust()1781 sc->sf_txthresh = SF_MAX_TX_THRESHOLD; in sf_txthresh_adjust()