Searched refs:hfi1_max_qps (Results 1 – 3 of 3) sorted by relevance
96 unsigned int hfi1_max_qps = 16384; variable97 module_param_named(max_qps, hfi1_max_qps, uint, S_IRUGO);1398 props->max_qp = hfi1_max_qps; in query_device()
1130 extern unsigned int hfi1_max_qps;
1183 if (dev->n_qps_allocated == hfi1_max_qps) { in hfi1_create_qp()