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

/linux-master/drivers/thunderbolt/
H A Dtb.c40 static unsigned int asym_threshold = TB_ASYM_THRESHOLD; variable
41 module_param_named(asym_threshold, asym_threshold, uint, 0444);
42 MODULE_PARM_DESC(asym_threshold,
971 * (requested + currently consumed) on that link exceed @asym_threshold.
984 if (!asym_threshold)
1015 if (consumed_down + requested_down < asym_threshold)
1026 if (consumed_up + requested_up < asym_threshold)
1089 if (!asym_threshold)
1121 if (consumed_down >= asym_threshold)
[all...]

Completed in 112 milliseconds