Searched refs:user_credit_return_threshold (Results 1 – 2 of 2) 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…1399 if (user_credit_return_threshold > 100) in hfi1_mod_init()1400 user_credit_return_threshold = 100; in hfi1_mod_init()
774 user_credit_return_threshold); in sc_alloc()