Home
last modified time | relevance | path

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

/openbmc/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…
1401 if (user_credit_return_threshold > 100) in hfi1_mod_init()
1402 user_credit_return_threshold = 100; in hfi1_mod_init()
H A Dpio.c774 user_credit_return_threshold); in sc_alloc()
H A Dhfi.h2187 extern unsigned int user_credit_return_threshold;