Searched refs:user_credit_return_threshold (Results 1 – 3 of 3) sorted by relevance
79 unsigned int user_credit_return_threshold = 33; /* default is 33% */ variable80 module_param(user_credit_return_threshold, uint, S_IRUGO);81 MODULE_PARM_DESC(user_credit_return_threshold, "Credit return threshold for user send contexts, ret…1401 if (user_credit_return_threshold > 100) in hfi1_mod_init()1402 user_credit_return_threshold = 100; in hfi1_mod_init()
774 user_credit_return_threshold); in sc_alloc()
2187 extern unsigned int user_credit_return_threshold;