Home
last modified time | relevance | path

Searched refs:user_credit_return_threshold (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dinit.c79 unsigned int user_credit_return_threshold = 33; /* default is 33% */ variable
80 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()
H A Dpio.c774 user_credit_return_threshold); in sc_alloc()